From 8572cc21c217b5912a90824d7c2a54cedb0c6eb1 Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 25 Jun 2015 23:04:26 +0200 Subject: [PATCH] Fixed a utf-8 error lingering from docstring conversions. Resolves #767. --- evennia/server/portal/telnet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/server/portal/telnet.py b/evennia/server/portal/telnet.py index 3f2566bc1..48246f60b 100644 --- a/evennia/server/portal/telnet.py +++ b/evennia/server/portal/telnet.py @@ -275,7 +275,7 @@ class TelnetProtocol(Telnet, StatefulTelnetProtocol, Session): ansi (bool): Enforce ansi setting. If not given, ttype result is used. nomarkup (bool): If True, strip all ansi markup (this is - the same as ´xterm256=False, ansi=False`) + the same as `xterm256=False, ansi=False`) raw (bool):Pass string through without any ansi processing (i.e. include Evennia ansi markers but do not convert them into ansi tokens)