summaryrefslogtreecommitdiffstats
path: root/Doc/extending
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-10-30 04:21:23 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-10-30 04:21:23 (GMT)
commit944078786797b03b415d76b0b2d7f3fb8570b9a4 (patch)
tree452bee864a07539ea284c04daed949d66821eb7d /Doc/extending
parent77d574d4aeae4b7b9b976a68b367783a0932b6c8 (diff)
parentb8c5f54248369ff89575c1416a98e13e718a4aa4 (diff)
downloadcpython-944078786797b03b415d76b0b2d7f3fb8570b9a4.zip
cpython-944078786797b03b415d76b0b2d7f3fb8570b9a4.tar.gz
cpython-944078786797b03b415d76b0b2d7f3fb8570b9a4.tar.bz2
Issue #26638: Merge option warning fixes from 3.5 into 3.6
Diffstat (limited to 'Doc/extending')
-rw-r--r--Doc/extending/extending.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/extending/extending.rst b/Doc/extending/extending.rst
index 8219707..4ac820a 100644
--- a/Doc/extending/extending.rst
+++ b/Doc/extending/extending.rst
@@ -886,7 +886,7 @@ The :mod:`gc` module exposes a way to run the detector (the
:func:`~gc.collect` function), as well as configuration
interfaces and the ability to disable the detector at runtime. The cycle
detector is considered an optional component; though it is included by default,
-it can be disabled at build time using the :option:`--without-cycle-gc` option
+it can be disabled at build time using the :option:`!--without-cycle-gc` option
to the :program:`configure` script on Unix platforms (including Mac OS X). If
the cycle detector is disabled in this way, the :mod:`gc` module will not be
available.