summaryrefslogtreecommitdiff
path: root/Doc/whatsnew/2.0.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-10-30 04:20:17 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-10-30 04:20:17 +0000
commit710bae56fb625d2b01dd563c799d56398b5861b4 (patch)
tree4c771bc02e4c50675d5b9d57d0cf9e0fe455b3b5 /Doc/whatsnew/2.0.rst
parent5eca150b5c35452a200d7c56ae75257e7fbe61df (diff)
downloadcpython-710bae56fb625d2b01dd563c799d56398b5861b4.tar.gz
Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings
Diffstat (limited to 'Doc/whatsnew/2.0.rst')
-rw-r--r--Doc/whatsnew/2.0.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.0.rst b/Doc/whatsnew/2.0.rst
index 5bd12ba8b0..010a007d16 100644
--- a/Doc/whatsnew/2.0.rst
+++ b/Doc/whatsnew/2.0.rst
@@ -476,7 +476,7 @@ lost, because benchmarking this is tricky and depends crucially on how often the
program creates and destroys objects. The detection of cycles can be disabled
when Python is compiled, if you can't afford even a tiny speed penalty or
suspect that the cycle collection is buggy, by specifying the
-:option:`--without-cycle-gc` switch when running the :program:`configure`
+:option:`!--without-cycle-gc` switch when running the :program:`configure`
script.
Several people tackled this problem and contributed to a solution. An early