From e7175f11b8fd1bed5e1c46df781a607e6e5bbd4a Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Tue, 22 Dec 2020 14:22:50 +0100 Subject: [PATCH] Updated docstring of Type. --- rcon/proto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcon/proto.py b/rcon/proto.py index 7d72831..aae0c98 100644 --- a/rcon/proto.py +++ b/rcon/proto.py @@ -54,7 +54,7 @@ class LittleEndianSignedInt32(int): class Type(Enum): - """Available packet types.""" + """RCON packet types.""" SERVERDATA_AUTH = 3 SERVERDATA_AUTH_RESPONSE = 2