summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOfek Lev <ofekmeister@gmail.com>2020-02-04 01:35:47 -0500
committerGitHub <noreply@github.com>2020-02-04 06:35:47 +0000
commitb7a1559bd8c61917eec1c590ead9b8fbbe19d444 (patch)
tree0af066ac5bef00815c42087797b51e30559a4cdb
parentfcba59158f853c4da38f164dbf8523b1aeb0fedf (diff)
downloadtox-git-b7a1559bd8c61917eec1c590ead9b8fbbe19d444.tar.gz
Fix formatting (#1512)
-rw-r--r--docs/config.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/config.rst b/docs/config.rst
index 596bf967..2f207321 100644
--- a/docs/config.rst
+++ b/docs/config.rst
@@ -400,11 +400,11 @@ Complete list of settings that you can put into ``testenv*`` sections:
Some variables are always passed through to ensure the basic functionality
of standard library functions or tooling like pip:
- * passed through on all platforms: ``CURL_CA_BUNDLE`, ``PATH``,
+ * passed through on all platforms: ``CURL_CA_BUNDLE``, ``PATH``,
``LANG``, ``LANGUAGE``,
``LD_LIBRARY_PATH``, ``PIP_INDEX_URL``,
``REQUESTS_CA_BUNDLE``, ``SSL_CERT_FILE``,
- ``HTTP_PROXY``, ``HTTPS_PROXY``,``NO_PROXY``
+ ``HTTP_PROXY``, ``HTTPS_PROXY``, ``NO_PROXY``
* Windows: ``SYSTEMDRIVE``, ``SYSTEMROOT``, ``PATHEXT``, ``TEMP``, ``TMP``
``NUMBER_OF_PROCESSORS``, ``USERPROFILE``, ``MSYSTEM``
* Others (e.g. UNIX, macOS): ``TMPDIR``