Enum docs: Remove unnecessary apostrophes (#92382)

Replace "it's" with "its".
This commit is contained in:
Alex Waygood 2022-05-06 10:53:00 +01:00 committed by GitHub
parent 740da8d37a
commit 291945bc6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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