]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Enum docs: Remove unnecessary apostrophes (#92382)
authorAlex Waygood <Alex.Waygood@Gmail.com>
Fri, 6 May 2022 09:53:00 +0000 (10:53 +0100)
committerGitHub <noreply@github.com>
Fri, 6 May 2022 09:53:00 +0000 (11:53 +0200)
Replace "it's" with "its".

Doc/library/enum.rst

index 5db5639e81a5f0e0c34741c78fbe448221cf3cdd..5829d4617893bed526ecbcabcc2602fd914a4ae0 100644 (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