]> granicus.if.org Git - python/commitdiff
Use singular they. Thanks to Mark Summerfield.
authorGeorg Brandl <georg@python.org>
Fri, 13 May 2011 04:55:28 +0000 (06:55 +0200)
committerGeorg Brandl <georg@python.org>
Fri, 13 May 2011 04:55:28 +0000 (06:55 +0200)
Doc/library/sys.rst

index 006905262b120d52ca7a3773f2bca1d1c15453d0..ae2dbf3044a151a6aa2e05764a40729a4af5a5d7 100644 (file)
@@ -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.