mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Enum docs: Remove unnecessary apostrophes (#92382)
Replace "it's" with "its".
This commit is contained in:
parent
740da8d37a
commit
291945bc6e
1 changed files with 2 additions and 2 deletions
|
@ -802,13 +802,13 @@ Utilities and Decorators
|
|||
|
||||
.. decorator:: member
|
||||
|
||||
A decorator for use in enums: it's target will become a member.
|
||||
A decorator for use in enums: its target will become a member.
|
||||
|
||||
.. versionadded:: 3.11
|
||||
|
||||
.. decorator:: nonmember
|
||||
|
||||
A decorator for use in enums: it's target will not become a member.
|
||||
A decorator for use in enums: its target will not become a member.
|
||||
|
||||
.. versionadded:: 3.11
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue