Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
techalchemy authored Oct 20, 2018
2 parents a1c0464 + 1960934 commit efaa7fa
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 efaa7fa

Please sign in to comment.