Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
3e856bda
Commit
3e856bda
authored
Aug 19, 2011
by
Éric Araujo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in command name
parent
0eca21e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/distutils/setupscript.rst
Doc/distutils/setupscript.rst
+1
-1
No files found.
Doc/distutils/setupscript.rst
View file @
3e856bda
...
...
@@ -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_header
s
`
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment