Merge branch 'stanzabase-docstring' into 'master'
StanzaBase.send: remove inexisting param in docstring -- thanks elghinn See merge request poezio/slixmpp!61
This commit is contained in:
commit
4dbabfa211
@ -1497,12 +1497,7 @@ class StanzaBase(ElementBase):
|
|||||||
self.name)
|
self.name)
|
||||||
|
|
||||||
def send(self):
|
def send(self):
|
||||||
"""Queue the stanza to be sent on the XML stream.
|
"""Queue the stanza to be sent on the XML stream."""
|
||||||
|
|
||||||
:param bool now: Indicates if the queue should be skipped and the
|
|
||||||
stanza sent immediately. Useful for stream
|
|
||||||
initialization. Defaults to ``False``.
|
|
||||||
"""
|
|
||||||
self.stream.send(self)
|
self.stream.send(self)
|
||||||
|
|
||||||
def __copy__(self):
|
def __copy__(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user