escape backslashes

This commit is contained in:
Tonyl 2023-11-10 19:21:43 +01:00
parent 8a2c71416e
commit 1d898ec299

View file

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