mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Merge fixes for #12256 and typos from 3.2
This commit is contained in:
commit
d1ca4f9dc6
3 changed files with 6 additions and 3 deletions
|
@ -101,7 +101,7 @@ one command from a terminal::
|
|||
|
||||
python setup.py install
|
||||
|
||||
For Windows, this command should be run from a command prompt windows
|
||||
For Windows, this command should be run from a command prompt window
|
||||
(:menuselection:`Start --> Accessories`)::
|
||||
|
||||
setup.py install
|
||||
|
|
|
@ -254,7 +254,7 @@ code: it's probably better to write C code like ::
|
|||
|
||||
If you need to include header files from some other Python extension, you can
|
||||
take advantage of the fact that header files are installed in a consistent way
|
||||
by the Distutils :command:`install_header` command. For example, the Numerical
|
||||
by the Distutils :command:`install_headers` command. For example, the Numerical
|
||||
Python header files are installed (on a standard Unix installation) to
|
||||
:file:`/usr/local/include/python1.5/Numerical`. (The exact location will differ
|
||||
according to your platform and Python installation.) Since the Python include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue