From: Georg Brandl Date: Fri, 13 May 2011 04:55:28 +0000 (+0200) Subject: Use singular they. Thanks to Mark Summerfield. X-Git-Tag: v3.2.1rc1~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5166375045021dfb2944efee0f63d60b36dfdf58;p=python Use singular they. Thanks to Mark Summerfield. --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 006905262b..ae2dbf3044 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.