Fixed a utf-8 error lingering from docstring conversions. Resolves #767.

This commit is contained in:
Griatch 2015-06-25 23:04:26 +02:00
parent 19bfaae8a6
commit 8572cc21c2

View file

@ -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)