From 830a2dea9a312fad98bb3e952f77669a763a34a4 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 13 Mar 2014 19:59:57 +0100 Subject: [PATCH] fix typo --- 2014/make.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2014/make.py b/2014/make.py index b288573..ed48a33 100755 --- a/2014/make.py +++ b/2014/make.py @@ -250,7 +250,7 @@ def render(infile, outfile, sequence, parameters={}, workdir='artwork'): -# Download the Events-Schedule ans parse all Events out of it. Yield a tupel for each Event +# Download the Events-Schedule and parse all Events out of it. Yield a tupel for each Event def events(): print "downloading pentabarf schedule"