[Python-checkins] cpython (3.4): improve phrasing

benjamin.peterson python-checkins at python.org
Thu Apr 30 00:01:53 CEST 2015


https://hg.python.org/cpython/rev/08c247ff8c1e
changeset:   95825:08c247ff8c1e
branch:      3.4
parent:      95823:d774401879d8
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Apr 29 18:00:44 2015 -0400
summary:
  improve phrasing

files:
  Misc/python.man |  3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)


diff --git a/Misc/python.man b/Misc/python.man
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -87,8 +87,7 @@
 .SH DESCRIPTION
 Python is an interpreted, interactive, object-oriented programming
 language that combines remarkable power with very clear syntax.
-For an introduction to programming in Python you are referred to the
-Python Tutorial.
+For an introduction to programming in Python, see the Python Tutorial.
 The Python Library Reference documents built-in and standard types,
 constants, functions and modules.
 Finally, the Python Reference Manual describes the syntax and

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


More information about the Python-checkins mailing list