mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
#7388: "python".capitalize() in the Doc
This commit is contained in:
parent
98a24def03
commit
062d2b52f3
22 changed files with 26 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue