Skip to content

Commit 5bf503b

Browse files
henryiiiFFY00
andauthored
Update source/guides/distributing-packages-using-setuptools.rst
Co-authored-by: Filipe Laíns <filipe.lains@gmail.com>
1 parent 6dff1dc commit 5bf503b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/guides/distributing-packages-using-setuptools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -832,7 +832,7 @@ To build the wheel:
832832
833833
py -m build --wheel
834834
835-
The ``wheel`` package ill detect that the code is pure Python, and build a wheel
835+
The ``wheel`` package will detect that the code is pure Python, and build a wheel
836836
that's named such that it's usable on any Python installation with the same
837837
major version (Python 2 or Python 3) as the version you used to build the
838838
wheel. For details on the naming of wheel files, see :pep:`425`.

0 commit comments

Comments
 (0)