mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 22:07:58 +01:00
escape backslashes
This commit is contained in:
parent
8a2c71416e
commit
1d898ec299
1 changed files with 2 additions and 2 deletions
|
@ -43,9 +43,9 @@ class Balloon():
|
||||||
'''
|
'''
|
||||||
Constructor
|
Constructor
|
||||||
|
|
||||||
@param link:str The \-directional balloon line character
|
@param link:str The \\-directional balloon line character
|
||||||
@param linkmirror:str The /-directional balloon line character
|
@param linkmirror:str The /-directional balloon line character
|
||||||
@param linkcross:str The /-directional balloon crossing a \-directional ballonon line character
|
@param linkcross:str The /-directional balloon crossing a \\-directional ballonon line character
|
||||||
@param ww:str See the info manual
|
@param ww:str See the info manual
|
||||||
@param ee:str See the info manual
|
@param ee:str See the info manual
|
||||||
@param nw:list<str> See the info manual
|
@param nw:list<str> See the info manual
|
||||||
|
|
Loading…
Reference in a new issue