Merge pull request #3885 from Glutexo/remove_misleading_version_comment

Remove a misleading code comment from docs
This commit is contained in:
Frost Ming
2019-08-06 07:46:54 +08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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``.
+1
View File
@@ -0,0 +1 @@
Remove a misleading code comment from Specifying Versions documentation.