mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 20:38:00 +01:00
m doc
This commit is contained in:
parent
9cd7e26542
commit
5aa773ef93
1 changed files with 1 additions and 4 deletions
|
@ -1335,14 +1335,11 @@ class Balloon():
|
|||
|
||||
|
||||
'''
|
||||
Replacement for cowsay
|
||||
Super-ultra-extreme-awesomazing replacement for cowsay
|
||||
'''
|
||||
class Backend():
|
||||
'''
|
||||
Constructor
|
||||
Takes wrapcolumn [None or an int],
|
||||
width [None or an int], balloon [None or Balloon object], hyphen [string],
|
||||
linkcolour [string] and ballooncolour [string]
|
||||
|
||||
@param message:str The message spoken by the pony
|
||||
@param ponyfile:str The pony file
|
||||
|
|
Loading…
Reference in a new issue