[Python-checkins] cpython (merge 3.3 -> default): Merge typo fix.

zach.ware python-checkins at python.org
Tue Jan 14 15:42:40 CET 2014


http://hg.python.org/cpython/rev/1102ddea5c60
changeset:   88474:1102ddea5c60
parent:      88472:a3cd0859524d
parent:      88473:59c7a23d5549
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Jan 14 08:41:41 2014 -0600
summary:
  Merge typo fix.

files:
  Doc/tutorial/introduction.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/tutorial/introduction.rst b/Doc/tutorial/introduction.rst
--- a/Doc/tutorial/introduction.rst
+++ b/Doc/tutorial/introduction.rst
@@ -74,7 +74,7 @@
    >>> 5 * 3 + 2  # result * divisor + remainder
    17
 
-With Python is possible to use the ``**`` operator to calculate powers [#]_::
+With Python, it is possible to use the ``**`` operator to calculate powers [#]_::
 
    >>> 5 ** 2  # 5 squared
    25

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list