summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2018-06-20 20:51:58 +1000
committerGitHub <noreply@github.com>2018-06-20 20:51:58 +1000
commit5e46698f55767b9e242b310115f8e26410d7b3a7 (patch)
tree3f8c7305bd67e7cb4a84e28eb00af4c0edc0f3b9
parente72d1abc05e7266c0320a09d9868cd080613ec46 (diff)
downloadcpython-git-ncoghlan-bpo-33499-whats-new.tar.gz
Add missing backtickncoghlan-bpo-33499-whats-new
-rw-r--r--Doc/whatsnew/3.8.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index 94762ecd81..b0cb095703 100644
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -71,7 +71,7 @@ Parallel filesystem cache for compiled bytecode files
-----------------------------------------------------
The new :envvar:`PYTHONPYCACHEPREFIX` setting (also available as
-:option:`-X ``pycache_prefix``) configures the implicit bytecode
+:option:`-X` ``pycache_prefix``) configures the implicit bytecode
cache to use a separate parallel filesystem tree, rather than
the default ``__pycache__`` subdirectories within each source
directory.