1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Fix typo in the user guide doc

This commit is contained in:
Cass 2016-01-27 22:54:24 -05:00
parent 24dc9b6361
commit 0c553e34ee

View file

@ -434,7 +434,7 @@ To setup for zsh::
$ pip completion --zsh >> ~/.zprofile
Alternatively, you can use the result of the ``completion`` command
directly with the eval function of you shell, e.g. by adding the following to your startup file::
directly with the eval function of your shell, e.g. by adding the following to your startup file::
eval "`pip completion --bash`"