Whitespace

This commit is contained in:
Jack Sweeney 2020-11-22 13:15:09 +00:00 committed by GitHub
parent 39941af44a
commit fe38b2ed67
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ def append_airport(filename, icao, airport, distance_mi):
# create Image object with the input image
image = Image.open(filename)
# initialise the drawing context with
# the image object as background