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