Skip to content

Commit

Permalink
Merge pull request #3066 from Funk66/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
uranusjr authored Oct 19, 2018
2 parents 87551b9 + 38fe342 commit 1960934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ The use of ``~=`` is preferred over the ``==`` identifier as the former prevents

$ pipenv install "requests~=2.2" # locks the major version of the package (this is equivalent to using ==2.*)

To avoind installing a specific version you can use the ``!=`` identifier.
To avoid installing a specific version you can use the ``!=`` identifier.

For an in depth explanation of the valid identifiers and more complex use cases check `the relevant section of PEP-440`_.

Expand Down

0 comments on commit 1960934

Please sign in to comment.