Fixed some typos

This commit is contained in:
Ace 2019-01-05 16:36:34 +01:00 committed by GitHub
parent 701c0d224f
commit fe54eb00f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"""