Skip to content

Commit 4946f4d

Browse files
authored
Correct spelling mistakes (#1126)
1 parent 5b9e063 commit 4946f4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/flow.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

132132
A pure Python package typically needs only one "generic" wheel. A package with
133133
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.
135135
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.
137137

138138
The :ref:`build` package knows how to invoke your build tool to create one of
139139
these:

0 commit comments

Comments
 (0)