StanzaBase.send: remove inexisting param in docstring -- thanks elghinn
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
9b9ace97f4
commit
57c8196d9c
1 changed files with 1 additions and 6 deletions
|
@ -1497,12 +1497,7 @@ class StanzaBase(ElementBase):
|
|||
self.name)
|
||||
|
||||
def send(self):
|
||||
"""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``.
|
||||
"""
|
||||
"""Queue the stanza to be sent on the XML stream."""
|
||||
self.stream.send(self)
|
||||
|
||||
def __copy__(self):
|
||||
|
|
Loading…
Reference in a new issue