Whitespace

This commit is contained in:
Jack Sweeney 2020-11-22 13:15:09 +00:00 committed by GitHub
parent ecfe21e147
commit a0a10f45a3
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