We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e24f72 commit 90f0dc6Copy full SHA for 90f0dc6
1 file changed
butter/mas/packets/packet.py
@@ -19,7 +19,7 @@ def __init__(self, ip, port, query):
19
20
@abstractmethod
21
def send(self, timeout=None) -> Response:
22
- """Send packet abstract methud
+ """Send packet abstract method
23
24
Args:
25
timeout (int, optional): packet timeout. defaults to None.
0 commit comments