diff --git a/evennia/server/portal/telnet.py b/evennia/server/portal/telnet.py index c78b0827ec..8e3f692d58 100644 --- a/evennia/server/portal/telnet.py +++ b/evennia/server/portal/telnet.py @@ -187,8 +187,8 @@ class TelnetProtocol(Telnet, StatefulTelnetProtocol, Session): # this is an ancient type of keepalive used by some # legacy clients. There should never be a reason to send a # lone NULL character so this seems to be a safe thing to - # support for # backwards compatibility. It also stops the - # NULL to continously pop up as an unknown command. + # support for backwards compatibility. It also stops the + # NULL from continously popping up as an unknown command. data = [_IDLE_COMMAND] else: data = _RE_LINEBREAK.split(data)