Skip to content

Commit 42f55ee

Browse files
calebmarchentmerwok
authored andcommitted
fix typo in doc (#12686)
1 parent d914596 commit 42f55ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/extending/building.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ that distutils gets the invocations right.
145145
Distributing your extension modules
146146
===================================
147147

148-
When an extension has been successfully build, there are three ways to use it.
148+
When an extension has been successfully built, there are three ways to use it.
149149

150150
End-users will typically want to install the module, they do so by running ::
151151

@@ -158,7 +158,7 @@ Module maintainers should produce source packages; to do so, they run ::
158158
In some cases, additional files need to be included in a source distribution;
159159
this is done through a :file:`MANIFEST.in` file; see :ref:`manifest` for details.
160160

161-
If the source distribution has been build successfully, maintainers can also
161+
If the source distribution has been built successfully, maintainers can also
162162
create binary distributions. Depending on the platform, one of the following
163163
commands can be used to do so. ::
164164

0 commit comments

Comments
 (0)