summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-05-13 04:55:28 (GMT)
committerGeorg Brandl <georg@python.org>2011-05-13 04:55:28 (GMT)
commit5166375045021dfb2944efee0f63d60b36dfdf58 (patch)
tree662e00c78fac2f0e0dcf0c714f5d24fc35a6d226
parent325477e20eb6c2b813d06312d9b270706e186ec9 (diff)
downloadcpython-5166375045021dfb2944efee0f63d60b36dfdf58.zip
cpython-5166375045021dfb2944efee0f63d60b36dfdf58.tar.gz
cpython-5166375045021dfb2944efee0f63d60b36dfdf58.tar.bz2
Use singular they. Thanks to Mark Summerfield.
-rw-r--r--Doc/library/sys.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index 0069052..ae2dbf3 100644
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -814,7 +814,7 @@ always available.
Python.
The highest possible limit is platform-dependent. A user may need to set the
- limit higher when she has a program that requires deep recursion and a platform
+ limit higher when they have a program that requires deep recursion and a platform
that supports a higher limit. This should be done with care, because a too-high
limit can lead to a crash.