diff options
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/exceptions.rst | 2 | ||||
-rw-r--r-- | docs/api/xmlstream/stanzabase.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/exceptions.rst b/docs/api/exceptions.rst index 0736a09c..51e2e170 100644 --- a/docs/api/exceptions.rst +++ b/docs/api/exceptions.rst @@ -3,7 +3,7 @@ Exceptions .. module:: slixmpp.exceptions - + .. autoexception:: XMPPError :members: diff --git a/docs/api/xmlstream/stanzabase.rst b/docs/api/xmlstream/stanzabase.rst index ec28bafe..216ceebe 100644 --- a/docs/api/xmlstream/stanzabase.rst +++ b/docs/api/xmlstream/stanzabase.rst @@ -101,7 +101,7 @@ of an interface defined by the parent. - :ref:`create-stanza-plugins` - :ref:`create-extension-plugins` - :ref:`override-parent-interfaces` - + Registering Stanza Plugins -------------------------- |