summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-04-29 22:00:44 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-04-29 22:00:44 (GMT)
commit94e0f1e5927def2be639231bc0d2104427e80f83 (patch)
tree3a1eef52dc60123be6497f7e48fd155bd606d969
parentb529c249214096a6e08a50399692d124c26dba29 (diff)
downloadcpython-94e0f1e5927def2be639231bc0d2104427e80f83.zip
cpython-94e0f1e5927def2be639231bc0d2104427e80f83.tar.gz
cpython-94e0f1e5927def2be639231bc0d2104427e80f83.tar.bz2
improve phrasing
-rw-r--r--Misc/python.man3
1 files changed, 1 insertions, 2 deletions
diff --git a/Misc/python.man b/Misc/python.man
index 39edbca..1243824 100644
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -87,8 +87,7 @@ python \- an interpreted, interactive, object-oriented programming language
.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