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:
2121
2222- Prepare a configuration file describing the package metadata (name, version
2323 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
2525 tree.
2626
2727- 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.
131131
132132A pure Python package typically needs only one "generic" wheel. A package with
133133compiled 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.
135135If 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 .
137137
138138The :ref: `build ` package knows how to invoke your build tool to create one of
139139these:
You can’t perform that action at this time.
0 commit comments