diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-10-12 18:47:19 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-10-12 18:47:19 +0200 |
commit | 5aa773ef93e1571cc1a10bb9a2c5bcdf56484466 (patch) | |
tree | 3c6b0783e4aada7e840ef4a6304396112cdf1347 | |
parent | 9cd7e26542e83becb9abd05502f1bca0be5439a1 (diff) | |
download | ponysay-5aa773ef93e1571cc1a10bb9a2c5bcdf56484466.tar.gz ponysay-5aa773ef93e1571cc1a10bb9a2c5bcdf56484466.tar.bz2 ponysay-5aa773ef93e1571cc1a10bb9a2c5bcdf56484466.zip |
m doc
-rwxr-xr-x | ponysay.py | 5 |
1 files changed, 1 insertions, 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 |