diff --git a/docs/basics.rst b/docs/basics.rst index 00f4c7d9..a46471fb 100644 --- a/docs/basics.rst +++ b/docs/basics.rst @@ -207,7 +207,7 @@ To make inclusive or exclusive version comparisons you can use: :: to avoid issues with `Input and output redirection `_ in Unix-based operating systems. -The use of ``~=`` is preferred over the ``==`` identifier as the former prevents pipenv from updating the packages: :: +The use of ``~=`` is preferred over the ``==`` identifier as the latter prevents pipenv from updating the packages: :: $ pipenv install "requests~=2.2" # locks the major version of the package (this is equivalent to using ==2.*)