From fe54eb00f75e034fbd255a2c4248b5ad375179a6 Mon Sep 17 00:00:00 2001 From: Ace Date: Sat, 5 Jan 2019 16:36:34 +0100 Subject: [PATCH] Fixed some typos --- For-developers-only/stable(beta).py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/For-developers-only/stable(beta).py b/For-developers-only/stable(beta).py index 9e4d44b..ae15d5d 100644 --- a/For-developers-only/stable(beta).py +++ b/For-developers-only/stable(beta).py @@ -64,7 +64,7 @@ def main(): draw(monthplace, im_open(mpath+str(time.strftime("%B"))+'.bmp')) """Draw the 3 lines that seperates the top section""" - draw(seperatorplace, seperator) + draw(seperatorplace, separator) """Draw the icons with the weekday-names (Mon, Tue...) and draw a circle on the current weekday"""