correct examples to use removed_from_collection not collection_name (#79803)

pull/79415/head
Evgeni Golov 2 years ago committed by GitHub
parent a3b7863098
commit 7ab3de7ee8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -689,7 +689,7 @@ This section will discuss the behavioral attributes for arguments:
option = {
'type': 'str',
'removed_in_version': '2.0.0',
'collection_name': 'testns.testcol',
'removed_from_collection': 'testns.testcol',
},
:removed_at_date:
@ -703,7 +703,7 @@ This section will discuss the behavioral attributes for arguments:
option = {
'type': 'str',
'removed_at_date': '2020-12-31',
'collection_name': 'testns.testcol',
'removed_from_collection': 'testns.testcol',
},
:removed_from_collection:

Loading…
Cancel
Save