diff options
author | Georg Brandl <georg@python.org> | 2011-05-13 05:01:58 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-05-13 05:01:58 (GMT) |
commit | 93ea851e83c7e87a97e618fb1ea9cb7604966a56 (patch) | |
tree | d58b559e1925db8fc14bc14132f474cdae4b2e5d /Doc/library/sys.rst | |
parent | 91ba8669174a06660c18973390dc4fe48219a878 (diff) | |
parent | 5166375045021dfb2944efee0f63d60b36dfdf58 (diff) | |
download | cpython-93ea851e83c7e87a97e618fb1ea9cb7604966a56.zip cpython-93ea851e83c7e87a97e618fb1ea9cb7604966a56.tar.gz cpython-93ea851e83c7e87a97e618fb1ea9cb7604966a56.tar.bz2 |
Merge two minor doc changes into default.
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r-- | Doc/library/sys.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 2bcf958..dfc2412 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -805,7 +805,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. |