[Python-checkins] cpython (merge 3.5 -> default): Merge from 3.5
berker.peksag
python-checkins at python.org
Wed Jun 15 11:16:48 EDT 2016
https://hg.python.org/cpython/rev/5d2784a3e463
changeset: 102054:5d2784a3e463
parent: 102052:4ef3a93e1be2
parent: 102053:e9fb7970f8b0
user: Berker Peksag <berker.peksag at gmail.com>
date: Wed Jun 15 18:13:12 2016 +0300
summary:
Merge from 3.5
files:
Doc/faq/general.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/faq/general.rst b/Doc/faq/general.rst
--- a/Doc/faq/general.rst
+++ b/Doc/faq/general.rst
@@ -438,7 +438,7 @@
>>> 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
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list