From 4b108dfd493b68a75bcb3e2cffbc537cb7564654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gilberto=20Corr=C3=AAa=20de=20Souza?= Date: Thu, 11 Oct 2018 14:10:26 -0300 Subject: [PATCH] change wording for Environment Variables options --- docs/advanced.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index 328d6b79..710e6da3 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -394,8 +394,8 @@ Pipenv supports the usage of environment variables in values, only in the ``[[so maya = {version="*", index="pypi"} records = "*" -Environment variables is better specified as ``${MY_ENVAR}``. -But they may be ``$MY_ENVAR`` or ``%MY_ENVAR%`` on Windows. +Environment variables is better specified as ``${MY_ENVAR}`` or ``$MY_ENVAR``. +On Windows, ``%MY_ENVAR%`` is supported in addition to ``${MY_ENVAR}`` or ``$MY_ENVAR``. ☤ Configuration With Environment Variables