File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ user's Python environment. The steps to achieve this are:
21
21
22
22
- Prepare a configuration file describing the package metadata (name, version
23
23
and so forth) and how to create the build artifacts. For most packages, this
24
- will be a :file: `pyproject.toml ` file, maintained maunally in the source
24
+ will be a :file: `pyproject.toml ` file, maintained manually in the source
25
25
tree.
26
26
27
27
- Create build artifacts to be sent to the package distribution service
@@ -131,9 +131,9 @@ makes the install faster and more convenient for end users.
131
131
132
132
A pure Python package typically needs only one "generic" wheel. A package with
133
133
compiled binary extensions needs a wheel for each supported combination of
134
- Python interprerter , operating system, and CPU architecture that it supports.
134
+ Python interpreter , operating system, and CPU architecture that it supports.
135
135
If a suitable wheel file is not available, tools like :ref: `pip ` will fall
136
- back to installing the source distribtion .
136
+ back to installing the source distribution .
137
137
138
138
The :ref: `build ` package knows how to invoke your build tool to create one of
139
139
these:
You can’t perform that action at this time.
0 commit comments