Skip to content

Commit ab037f3

Browse files
webknjazdi
authored andcommitted
Fix a typo s/installes/installs/
Co-authored-by: Dustin Ingram <[email protected]>
1 parent c888ab2 commit ab037f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/packaging-projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ some things you can do:
642642
pre-installed, and the operators of those environments may still be
643643
requiring users to install packages by running ``setup.py install``
644644
commands, rather than providing an installer like ``pip`` that
645-
automatically installes required build dependendencies. These
645+
automatically installs required build dependendencies. These
646646
environments will not be able to use many published packages until the
647647
environment is updated to provide an up to date Python package
648648
installation client (e.g. by running ``python -m ensurepip``).

0 commit comments

Comments
 (0)