Skip to content

Fix tense build to built #12686

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/extending/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ that distutils gets the invocations right.
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 ::

Expand All @@ -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 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
commands can be used to do so. ::

Expand Down