add quotes

This commit is contained in:
ELHoussineT
2021-09-26 22:56:15 +02:00
committed by GitHub
parent 310db99ad1
commit 48cef74b18
+1 -1
View File
@@ -323,7 +323,7 @@ class Setting:
Default is to lock dependencies and update ``Pipfile.lock`` on each run.
Usage: export PIPENV_SKIP_LOCK=true OR export PIPENV_SKIP_LOCK=1 to skip automatic locking
Usage: `export PIPENV_SKIP_LOCK=true` OR `export PIPENV_SKIP_LOCK=1` to skip automatic locking
NOTE: This only affects the ``install`` and ``uninstall`` commands.
"""