Skip to content

Commit a66c02b

Browse files
authored
Fix typo
1 parent f4e97a5 commit a66c02b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/tutorials/packaging-projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ be required, but can be omitted with newer versions of setuptools and pip.
232232
to use. In this case, the list of packages will be ``example_package`` as
233233
that's the only package present.
234234
- ``python_requires`` gives the versions of Python supported by your
235-
project. Installers like :ref:`pip` will look back though older versions of
235+
project. Installers like :ref:`pip` will look back through older versions of
236236
packages until it finds one that has a matching Python version.
237237

238238
There are many more than the ones mentioned here. See

0 commit comments

Comments
 (0)