summaryrefslogtreecommitdiff
path: root/doc/markup
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-07-05 12:24:27 +0200
committerGeorg Brandl <georg@python.org>2009-07-05 12:24:27 +0200
commit79aeac18027dc955cddf4657944aa7bd2661b47d (patch)
tree8a6a70cd7ffedbb03b6830f08548d072f77d96db /doc/markup
parent9b7ad337720fd49371ca9757b5f928fd9eeb6722 (diff)
downloadsphinx-79aeac18027dc955cddf4657944aa7bd2661b47d.tar.gz
Move domain-specific code around a bit; builtin domains are now completely in sphinx.domains. Test suite does not pass yet.
Diffstat (limited to 'doc/markup')
-rw-r--r--doc/markup/desc.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/markup/desc.rst b/doc/markup/desc.rst
index ec8ede37..4cfba05f 100644
--- a/doc/markup/desc.rst
+++ b/doc/markup/desc.rst
@@ -119,8 +119,8 @@ The directives are:
Describes a "simple" C macro. Simple macros are macros which are used
for code expansion, but which do not take arguments so cannot be described as
functions. This is not to be used for simple constant definitions. Examples
- of its use in the Python documentation include :cmacro:`PyObject_HEAD` and
- :cmacro:`Py_BEGIN_ALLOW_THREADS`.
+ of its use in the Python documentation include :c:macro:`PyObject_HEAD` and
+ :c:macro:`Py_BEGIN_ALLOW_THREADS`.
.. directive:: .. ctype:: name