Fixed a utf-8 error lingering from docstring conversions. Resolves #767.
This commit is contained in:
parent
19bfaae8a6
commit
8572cc21c2
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ class TelnetProtocol(Telnet, StatefulTelnetProtocol, Session):
|
||||||
ansi (bool): Enforce ansi setting. If not given, ttype
|
ansi (bool): Enforce ansi setting. If not given, ttype
|
||||||
result is used.
|
result is used.
|
||||||
nomarkup (bool): If True, strip all ansi markup (this is
|
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
|
raw (bool):Pass string through without any ansi processing
|
||||||
(i.e. include Evennia ansi markers but do not convert them
|
(i.e. include Evennia ansi markers but do not convert them
|
||||||
into ansi tokens)
|
into ansi tokens)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue