File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ that distutils gets the invocations right.
145
145
Distributing your extension modules
146
146
===================================
147
147
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.
149
149
150
150
End-users will typically want to install the module, they do so by running ::
151
151
@@ -158,7 +158,7 @@ Module maintainers should produce source packages; to do so, they run ::
158
158
In some cases, additional files need to be included in a source distribution;
159
159
this is done through a :file: `MANIFEST.in ` file; see :ref: `manifest ` for details.
160
160
161
- If the source distribution has been build successfully, maintainers can also
161
+ If the source distribution has been built successfully, maintainers can also
162
162
create binary distributions. Depending on the platform, one of the following
163
163
commands can be used to do so. ::
164
164
You can’t perform that action at this time.
0 commit comments