summaryrefslogtreecommitdiff
path: root/doc/extdev/appapi.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-21 10:05:23 +0100
committerGeorg Brandl <georg@python.org>2014-01-21 10:05:23 +0100
commit5874c7803a569c7a48640b9f2d2d0b0c3b153b83 (patch)
tree4d140690ad182ab213cf7dd12a1ebcbda6d47208 /doc/extdev/appapi.rst
parent9f20590a057191d28873ec6213b52757e6932771 (diff)
downloadsphinx-5874c7803a569c7a48640b9f2d2d0b0c3b153b83.tar.gz
remove duplicate wording
Diffstat (limited to 'doc/extdev/appapi.rst')
-rw-r--r--doc/extdev/appapi.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/extdev/appapi.rst b/doc/extdev/appapi.rst
index 93822608..24136f74 100644
--- a/doc/extdev/appapi.rst
+++ b/doc/extdev/appapi.rst
@@ -359,8 +359,8 @@ The application object also provides support for emitting leveled messages.
.. note::
There is no "error" call: in Sphinx, errors are defined as things that stop
- the build; for that just raise an exception (:exc:`sphinx.errors.SphinxError`
- or a custom subclass) to do that.
+ the build; just raise an exception (:exc:`sphinx.errors.SphinxError` or a
+ custom subclass) to do that.
.. automethod:: Sphinx.warn