From 5aa773ef93e1571cc1a10bb9a2c5bcdf56484466 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 12 Oct 2012 18:47:19 +0200 Subject: m doc --- ponysay.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ponysay.py') diff --git a/ponysay.py b/ponysay.py index 1a72657..90de92d 100755 --- a/ponysay.py +++ b/ponysay.py @@ -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 -- cgit