diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-04-29 18:00:44 -0400 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-04-29 18:00:44 -0400 |
commit | b0335ee2fec4bcc1ad66400f195efdf1e4696845 (patch) | |
tree | 83b2d70a4618962731839fbba295850d4539d59b | |
parent | 64298ae62ef9c8044e175bd4e5062819e1a0f225 (diff) | |
download | cpython-git-b0335ee2fec4bcc1ad66400f195efdf1e4696845.tar.gz |
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 dc1c08bf46..df4119c0e1 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 |