diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2009-12-19 23:26:38 +0000 |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2009-12-19 23:26:38 +0000 |
commit | 0639d5aeb61d6b7b0e1e1cbbdd7dd89a420a47f5 (patch) | |
tree | e10c3b719b557d04b2e66354c2e64f564f0a934e /Doc/using/unix.rst | |
parent | 480e8e38a077280313ea66476350a06ee5d7ca5d (diff) | |
download | cpython-git-0639d5aeb61d6b7b0e1e1cbbdd7dd89a420a47f5.tar.gz |
Merged revisions 76904 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76904 | ezio.melotti | 2009-12-20 00:41:49 +0200 (Sun, 20 Dec 2009) | 1 line
#7388: "python".capitalize() in the Doc
........
Diffstat (limited to 'Doc/using/unix.rst')
-rw-r--r-- | Doc/using/unix.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst index 3d562a8b09..61e707b11c 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 |