diff options
| author | Georg Brandl <georg@python.org> | 2014-01-21 10:05:23 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2014-01-21 10:05:23 +0100 |
| commit | 5874c7803a569c7a48640b9f2d2d0b0c3b153b83 (patch) | |
| tree | 4d140690ad182ab213cf7dd12a1ebcbda6d47208 /doc/extdev | |
| parent | 9f20590a057191d28873ec6213b52757e6932771 (diff) | |
| download | sphinx-5874c7803a569c7a48640b9f2d2d0b0c3b153b83.tar.gz | |
remove duplicate wording
Diffstat (limited to 'doc/extdev')
| -rw-r--r-- | doc/extdev/appapi.rst | 4 |
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 |
