summaryrefslogtreecommitdiffstats
path: root/Doc/license.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-06-08 03:29:39 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-06-08 03:29:39 (GMT)
commitd2f8cec88558993e10c1dae103a5bae6549e25ef (patch)
treea61c0868cfabcf550902be4039ddd6805b9db1f1 /Doc/license.rst
parent96deb7550effe961b2847a340ff05b1ab899d379 (diff)
downloadcpython-d2f8cec88558993e10c1dae103a5bae6549e25ef.zip
cpython-d2f8cec88558993e10c1dae103a5bae6549e25ef.tar.gz
cpython-d2f8cec88558993e10c1dae103a5bae6549e25ef.tar.bz2
Fix a few misuses of :option: I missed in r86521.
Extract of the commit message: Fix usage of :option: in the docs (#9312). :option: is used to create a link to an option of python, not to mark up any instance of any arbitrary command-line option. These were changed to ````.
Diffstat (limited to 'Doc/license.rst')
-rw-r--r--Doc/license.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/license.rst b/Doc/license.rst
index a32b7ab..b471828 100644
--- a/Doc/license.rst
+++ b/Doc/license.rst
@@ -845,7 +845,7 @@ expat
-----
The :mod:`pyexpat` extension is built using an included copy of the expat
-sources unless the build is configured :option:`--with-system-expat`::
+sources unless the build is configured ``--with-system-expat``::
Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
and Clark Cooper
@@ -874,7 +874,7 @@ libffi
------
The :mod:`_ctypes` extension is built using an included copy of the libffi
-sources unless the build is configured :option:`--with-system-libffi`::
+sources unless the build is configured ``--with-system-libffi``::
Copyright (c) 1996-2008 Red Hat, Inc and others.