From 06276a6a338aea789965a4028c00aafa9046b5b7 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 6 Apr 2013 16:09:13 +0200 Subject: Removed an obsolte comment --- ponysay.py | 1 - 1 file changed, 1 deletion(-) (limited to 'ponysay.py') diff --git a/ponysay.py b/ponysay.py index 6b68463..bccd54c 100755 --- a/ponysay.py +++ b/ponysay.py @@ -69,7 +69,6 @@ def render_pony(name, text, balloonstyle, width=80, center=False, centertext=Fal minwidth = int(match.group(1) or '0') pony[i:i+1] = render_balloon(text, balloonstyle, minwidth=minwidth, maxwidth=int(width/2), pad=str.center if centertext else str.ljust) break - #FIXME I have no idea what these three-dollar-sign-pairs thingys are for. Can they occur more than once per pony? try: first = pony.index('$$$\n') second = pony[first+1:].index('$$$\n') -- cgit