diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-04-29 22:00:44 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-04-29 22:00:44 (GMT) |
commit | 94e0f1e5927def2be639231bc0d2104427e80f83 (patch) | |
tree | 3a1eef52dc60123be6497f7e48fd155bd606d969 | |
parent | b529c249214096a6e08a50399692d124c26dba29 (diff) | |
download | cpython-94e0f1e5927def2be639231bc0d2104427e80f83.zip cpython-94e0f1e5927def2be639231bc0d2104427e80f83.tar.gz cpython-94e0f1e5927def2be639231bc0d2104427e80f83.tar.bz2 |
improve phrasing
-rw-r--r-- | Misc/python.man | 3 |
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 |