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
42f55ee5
Commit
42f55ee5
authored
Apr 10, 2019
by
Caleb Marchent
Committed by
Éric Araujo
Apr 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo in doc (#12686)
parent
d914596a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/extending/building.rst
Doc/extending/building.rst
+2
-2
No files found.
Doc/extending/building.rst
View file @
42f55ee5
...
...
@@ -145,7 +145,7 @@ that distutils gets the invocations right.
Distributing your extension modules
===================================
When an extension has been successfully buil
d
, there are three ways to use it.
When an extension has been successfully buil
t
, there are three ways to use it.
End-users will typically want to install the module, they do so by running ::
...
...
@@ -158,7 +158,7 @@ Module maintainers should produce source packages; to do so, they run ::
In some cases, additional files need to be included in a source distribution;
this is done through a :file:`MANIFEST.in` file; see :ref:`manifest` for details.
If the source distribution has been buil
d
successfully, maintainers can also
If the source distribution has been buil
t
successfully, maintainers can also
create binary distributions. Depending on the platform, one of the following
commands can be used to do so. ::
...
...
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