diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-06-15 15:12:49 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-06-15 15:12:49 (GMT) |
commit | 33e7ca78f919e1a85e28934616e71d65da9368e0 (patch) | |
tree | 1c5babf48ad205a71a75fdb2cf1aa69a9104ceef /Doc/faq | |
parent | b14f0c640967c289b08be86261ac6d886cbf751b (diff) | |
download | cpython-33e7ca78f919e1a85e28934616e71d65da9368e0.zip cpython-33e7ca78f919e1a85e28934616e71d65da9368e0.tar.gz cpython-33e7ca78f919e1a85e28934616e71d65da9368e0.tar.bz2 |
Make faq/general.rst gender-inclusive, patch by Sam Hathaway.
Diffstat (limited to 'Doc/faq')
-rw-r--r-- | Doc/faq/general.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst index 6b773dd..3f96700 100644 --- a/Doc/faq/general.rst +++ b/Doc/faq/general.rst @@ -438,7 +438,7 @@ remember the methods for a list, they can do something like this:: >>> L [1] -With the interpreter, documentation is never far from the student as he's +With the interpreter, documentation is never far from the student as they are programming. There are also good IDEs for Python. IDLE is a cross-platform IDE for Python |