mirror of
https://github.com/erkin/ponysay.git
synced 2025-01-31 10:26:43 +01:00
m doc
This commit is contained in:
parent
afffa63904
commit
23f071aa2e
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
'''
|
'''
|
||||||
ponysay.py - POC of ponysay in python
|
ponysay.py - Ponysay, a cowsay wrapper for ponies
|
||||||
Copyright (C) 2012 Erkin Batu Altunbaş
|
Copyright (C) 2012 Erkin Batu Altunbaş
|
||||||
|
|
||||||
Authors: Erkin Batu Altunbaş: Project leader, helped write the first implementation
|
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):
|
def print_pony(self, args):
|
||||||
if args.message == None:
|
if args.message == None:
|
||||||
|
|
Loading…
Reference in a new issue