summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2016-06-15 15:13:12 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2016-06-15 15:13:12 (GMT)
commitf0f2960f45335b714e45a97fce062bafdfb06294 (patch)
treefcfeb4378f8b36fdb36e5acad71676e8524951d4 /Doc
parentc716f183f8e93567af5065e36f6a728d2b514e9e (diff)
parent33e7ca78f919e1a85e28934616e71d65da9368e0 (diff)
downloadcpython-f0f2960f45335b714e45a97fce062bafdfb06294.zip
cpython-f0f2960f45335b714e45a97fce062bafdfb06294.tar.gz
cpython-f0f2960f45335b714e45a97fce062bafdfb06294.tar.bz2
Merge from 3.5
Diffstat (limited to 'Doc')
-rw-r--r--Doc/faq/general.rst2
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