fixed incorrect capitalisation

pull/608/head
thirdr 2022-12-20 16:00:19 +00:00 zatwierdzone przez Phil Howard
rodzic 4c0a34769d
commit 1c03a48e19
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -33,7 +33,7 @@ def launcher():
graphics.set_pen(4)
graphics.rectangle(30, 60, WIDTH - 100, 50)
graphics.set_pen(1)
graphics.text("A. NASA Picture Of the Day", 35, 75, 600, 3)
graphics.text("A. NASA Picture of the Day", 35, 75, 600, 3)
graphics.set_pen(6)
graphics.rectangle(30, 120, WIDTH - 150, 50)