diff options
author | Éric Araujo <merwok@netwok.org> | 2011-06-09 12:26:10 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-06-09 12:26:10 (GMT) |
commit | 5cf8660f0bd8ce16b0e9f5c95049966b653e6574 (patch) | |
tree | 6d112c46b081fd80ec75b64aceb3d9e49250bcd3 /Doc/license.rst | |
parent | d476a89e46df570ff009d18062b0a4d9339f5a25 (diff) | |
download | cpython-5cf8660f0bd8ce16b0e9f5c95049966b653e6574.zip cpython-5cf8660f0bd8ce16b0e9f5c95049966b653e6574.tar.gz cpython-5cf8660f0bd8ce16b0e9f5c95049966b653e6574.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.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/license.rst b/Doc/license.rst index 4c654ae..7931cd0 100644 --- a/Doc/license.rst +++ b/Doc/license.rst @@ -889,7 +889,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 @@ -918,7 +918,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. |