Skip to content

Commit

Permalink
Merge pull request #3885 from Glutexo/remove_misleading_version_comment
Browse files Browse the repository at this point in the history
Remove a misleading code comment from docs
  • Loading branch information
frostming committed Aug 5, 2019
2 parents e907116 + aef9b7a commit c3a9e8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ You can specify versions of a package using the `Semantic Versioning scheme <htt

For example, to install requests you can use: ::

$ pipenv install requests~=1.2 # equivalent to requests~=1.2.0
$ pipenv install requests~=1.2

Pipenv will install version ``1.2`` and any minor update, but not ``2.0``.

Expand Down
1 change: 1 addition & 0 deletions news/3885.trivial.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove a misleading code comment from Specifying Versions documentation.

0 comments on commit c3a9e8d

Please sign in to comment.