mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Correct typo in docs
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ as well as two additional options, ``--all`` and ``--all-dev``.
|
||||
|
||||
## upgrade
|
||||
|
||||
``$ pipenv upgarde <package>`` will update the lock of specified dependency and sub-dependencies only, but does not modify the environment.
|
||||
``$ pipenv upgrade <package>`` will update the lock of specified dependency and sub-dependencies only, but does not modify the environment.
|
||||
|
||||
## run
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Correct a minor typo in the documentaion about the ``upgrade`` command.
|
||||
Reference in New Issue
Block a user