mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #3885 from Glutexo/remove_misleading_version_comment
Remove a misleading code comment from docs
This commit is contained in:
+1
-1
@@ -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``.
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Remove a misleading code comment from Specifying Versions documentation.
|
||||
Reference in New Issue
Block a user