mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-07 05:26:43 +01:00
Use raw docstring
This commit is contained in:
parent
eaeb08cf7a
commit
39274edfae
1 changed files with 3 additions and 3 deletions
|
@ -40,12 +40,12 @@ class Balloon():
|
|||
'''
|
||||
|
||||
def __init__(self, link, linkmirror, linkcross, ww, ee, nw, nnw, n, nne, ne, nee, e, see, se, sse, s, ssw, sw, sww, w, nww):
|
||||
'''
|
||||
r'''
|
||||
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 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 ee:str See the info manual
|
||||
@param nw:list<str> See the info manual
|
||||
|
|
Loading…
Reference in a new issue