summaryrefslogtreecommitdiffstats
path: root/Doc/library/enum.rst
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2022-05-06 09:53:00 (GMT)
committerGitHub <noreply@github.com>2022-05-06 09:53:00 (GMT)
commit291945bc6e4f2a46d8229fd2fcb181b52657cc8a (patch)
tree47c72b75d7015b11fbfa27bbcfb7566fb88300db /Doc/library/enum.rst
parent740da8d37a84638f4a8893bee3648f36fc6beb0f (diff)
downloadcpython-291945bc6e4f2a46d8229fd2fcb181b52657cc8a.zip
cpython-291945bc6e4f2a46d8229fd2fcb181b52657cc8a.tar.gz
cpython-291945bc6e4f2a46d8229fd2fcb181b52657cc8a.tar.bz2
Enum docs: Remove unnecessary apostrophes (#92382)
Replace "it's" with "its".
Diffstat (limited to 'Doc/library/enum.rst')
-rw-r--r--Doc/library/enum.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst
index 5db5639..5829d46 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