summaryrefslogtreecommitdiff
path: root/doc/extdev/appapi.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-03-02 08:50:10 +0100
committerGeorg Brandl <georg@python.org>2014-03-02 08:50:10 +0100
commit85ddf03f45f79a0bc7d20fcceba0057a72452fd1 (patch)
tree49f519acf9c000d0fa4deefc94f7ac45498f7ac0 /doc/extdev/appapi.rst
parentdb0f7ccc705b37617faf7c6139e96dc826dfdb22 (diff)
parentcae4910527c549e83b8b63e88c90324113846f70 (diff)
downloadsphinx-git-85ddf03f45f79a0bc7d20fcceba0057a72452fd1.tar.gz
merge with stable
Diffstat (limited to 'doc/extdev/appapi.rst')
-rw-r--r--doc/extdev/appapi.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/extdev/appapi.rst b/doc/extdev/appapi.rst
index 88fd43404..48f5d96e3 100644
--- a/doc/extdev/appapi.rst
+++ b/doc/extdev/appapi.rst
@@ -218,7 +218,7 @@ package.
use ``docutils.nodes.generated`` if you want no further text decoration. If
the text should be treated as literal (e.g. no smart quote replacement), but
not have typewriter styling, use ``sphinx.addnodes.literal_emphasis`` or
- ``sphinx.addnodes.literal_strong``.
+ ``sphinx.addnodes.literal_strong``.
For the role content, you have the same syntactical possibilities as for
standard Sphinx roles (see :ref:`xref-syntax`).