From: Alex Waygood Date: Fri, 6 May 2022 09:53:00 +0000 (+0100) Subject: Enum docs: Remove unnecessary apostrophes (#92382) X-Git-Tag: v3.11.0b1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=291945bc6e4f2a46d8229fd2fcb181b52657cc8a;p=thirdparty%2FPython%2Fcpython.git Enum docs: Remove unnecessary apostrophes (#92382) Replace "it's" with "its". --- diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index 5db5639e81a5..5829d4617893 100644 --- a/Doc/library/enum.rst +++ b/Doc/library/enum.rst @@ -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