diff options
author | Mattias Andrée <maandree@operamail.com> | 2012-08-18 21:21:34 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2012-08-18 21:21:34 +0200 |
commit | 23f071aa2eadca7f640cb762f949c44721b50f2e (patch) | |
tree | e1a751e949ec79c7eb203be4e58835666bf07fc2 | |
parent | afffa6390415380948204ef21a6a0cc9e4761446 (diff) | |
download | ponysay-23f071aa2eadca7f640cb762f949c44721b50f2e.tar.gz ponysay-23f071aa2eadca7f640cb762f949c44721b50f2e.tar.bz2 ponysay-23f071aa2eadca7f640cb762f949c44721b50f2e.zip |
m doc
-rwxr-xr-x | ponysay.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- ''' -ponysay.py - POC of ponysay in python +ponysay.py - Ponysay, a cowsay wrapper for ponies Copyright (C) 2012 Erkin Batu Altunbaş Authors: Erkin Batu Altunbaş: Project leader, helped write the first implementation @@ -353,7 +353,7 @@ class ponysay(): ''' - Print the pony with a speech or though bubble + Print the pony with a speech or though bubble. message, pony and wrap from args are used. ''' def print_pony(self, args): if args.message == None: |