summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2009-12-19 22:41:49 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2009-12-19 22:41:49 (GMT)
commit062d2b52f3128f44bfd853459652e075c9bb5f40 (patch)
tree03333e785a3f66a58bae613ccbcedcefa1dc1de6 /Doc/using
parent98a24def0337ad62038667d71043a40a14d9ea72 (diff)
downloadcpython-062d2b52f3128f44bfd853459652e075c9bb5f40.zip
cpython-062d2b52f3128f44bfd853459652e075c9bb5f40.tar.gz
cpython-062d2b52f3128f44bfd853459652e075c9bb5f40.tar.bz2
#7388: "python".capitalize() in the Doc
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/unix.rst4
-rw-r--r--Doc/using/windows.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst
index 3d562a8..61e707b 100644
--- a/Doc/using/unix.rst
+++ b/Doc/using/unix.rst
@@ -131,14 +131,14 @@ which searches for the Python interpreter in the whole :envvar:`PATH`. However,
some Unices may not have the :program:`env` command, so you may need to hardcode
``/usr/bin/python`` as the interpreter path.
-To use shell commands in your python scripts, look at the :mod:`subprocess` module.
+To use shell commands in your Python scripts, look at the :mod:`subprocess` module.
Editors
=======
Vim and Emacs are excellent editors which support Python very well. For more
-information on how to code in python in these editors, look at:
+information on how to code in Python in these editors, look at:
* http://www.vim.org/scripts/script.php?script_id=790
* http://sourceforge.net/projects/python-mode
diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
index d708d04..f5235f1 100644
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -71,7 +71,7 @@ key features:
`Enthought Python Distribution <http://www.enthought.com/products/epd.php>`_
Popular modules (such as PyWin32) with their respective documentation, tool
- suite for building extensible python applications
+ suite for building extensible Python applications
Notice that these packages are likely to install *older* versions of Python.