mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
fix typo in doc (#12686)
This commit is contained in:
parent
d914596a67
commit
42f55ee500
1 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ that distutils gets the invocations right.
|
||||||
Distributing your extension modules
|
Distributing your extension modules
|
||||||
===================================
|
===================================
|
||||||
|
|
||||||
When an extension has been successfully build, there are three ways to use it.
|
When an extension has been successfully built, there are three ways to use it.
|
||||||
|
|
||||||
End-users will typically want to install the module, they do so by running ::
|
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;
|
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.
|
this is done through a :file:`MANIFEST.in` file; see :ref:`manifest` for details.
|
||||||
|
|
||||||
If the source distribution has been build successfully, maintainers can also
|
If the source distribution has been built successfully, maintainers can also
|
||||||
create binary distributions. Depending on the platform, one of the following
|
create binary distributions. Depending on the platform, one of the following
|
||||||
commands can be used to do so. ::
|
commands can be used to do so. ::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue