From 48cef74b18eb622ed632773c81769336404685ff Mon Sep 17 00:00:00 2001 From: ELHoussineT Date: Sun, 26 Sep 2021 22:56:15 +0200 Subject: [PATCH] add quotes --- pipenv/environments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/environments.py b/pipenv/environments.py index 0bd27f36..bc3e73a5 100644 --- a/pipenv/environments.py +++ b/pipenv/environments.py @@ -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. """