summaryrefslogtreecommitdiff
path: root/doc/extdev/appapi.rst
diff options
context:
space:
mode:
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