From 5c6793394066b012b9674681b0815667938ce4d9 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sun, 30 Oct 2016 04:20:17 +0000 Subject: Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings --- Doc/extending/extending.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/extending') diff --git a/Doc/extending/extending.rst b/Doc/extending/extending.rst index 82197075c1..4ac820a432 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. -- cgit v1.2.1