cpython/Doc/c-api
Éric Araujo 5cf8660f0b 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 ````.
2011-06-09 14:26:10 +02:00
..
abstract.rst
allocation.rst
arg.rst
bool.rst
buffer.rst #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. 2011-05-20 15:04:38 +03:00
bytearray.rst
capsule.rst
cell.rst
class.rst
cobject.rst
code.rst
codec.rst Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge from 2010-11-26 08:28:05 +00:00
complex.rst
concrete.rst
conversion.rst
datetime.rst
descriptor.rst
dict.rst
exceptions.rst Issue #11768: signal.set_wakeup_fd() and PySignal_SetWakeupFd() added in 2.6 2011-04-18 16:34:31 +02:00
file.rst #10111: minor problems in 2.7 FILE* API docs. 2010-10-15 17:52:59 +00:00
float.rst
function.rst
gcsupport.rst
gen.rst
import.rst
index.rst
init.rst #11997: fix typo in init.rst. 2011-05-05 14:19:48 +03:00
int.rst
intro.rst Fix a few misuses of :option: I missed in r86521. 2011-06-09 14:26:10 +02:00
iter.rst
iterator.rst
list.rst Merged revisions 86881,86887,86913-86915,86933,86943,86960,86964,86974,86980,86996,87008 via svnmerge from 2011-02-25 10:39:23 +00:00
long.rst #1945: document Unicode functions backported from py3k branch. 2010-10-17 10:54:57 +00:00
mapping.rst
marshal.rst
memory.rst
method.rst
module.rst fix function name in example (closes #11966) 2011-04-30 13:14:56 -05:00
none.rst
number.rst
objbuffer.rst
object.rst fix formatting, :c:func: --> :cfunc: 2011-04-30 09:02:12 +03:00
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst
set.rst
slice.rst
string.rst
structures.rst #10398: manual backport of r73943. 2010-11-12 19:45:46 +00:00
sys.rst
tuple.rst
type.rst
typeobj.rst Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,87526,87530-87535 via svnmerge from 2011-02-25 10:50:32 +00:00
unicode.rst #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. 2011-04-14 07:39:06 +03:00
utilities.rst Merged revisions 86561-86562,86564-86565,86705,86708,86713 via svnmerge from 2010-11-26 08:28:05 +00:00
veryhigh.rst Port #6498 fix: fix several misspellings of "SystemExit" as "SystemError". 2011-05-15 08:50:32 +02:00
weakref.rst