From 57c8196d9cfa78749a6a63a370c9378740afc20e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= <pep@bouah.net>
Date: Thu, 1 Oct 2020 13:06:37 +0200
Subject: StanzaBase.send: remove inexisting param in docstring -- thanks
 elghinn
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
---
 slixmpp/xmlstream/stanzabase.py | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/slixmpp/xmlstream/stanzabase.py b/slixmpp/xmlstream/stanzabase.py
index f45e4b96..7eaf78a5 100644
--- a/slixmpp/xmlstream/stanzabase.py
+++ b/slixmpp/xmlstream/stanzabase.py
@@ -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):
-- 
cgit v1.2.3