Skip to content

Commit 3363fa4

Browse files
committed
Fixed simple typo
1 parent 223cd18 commit 3363fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DemoPrograms/Demo_Graph_Custom_Progress_Meter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
import PySimpleGUI as sg
1919

20-
# Settings for you to modify are the size of the element, the circle width & color and the foht for the % complete
20+
# Settings for you to modify are the size of the element, the circle width & color and the font for the % complete
2121
GRAPH_SIZE = (300 , 300) # this one setting drives the other settings
2222
CIRCLE_LINE_WIDTH, LINE_COLOR = 20, 'yellow'
2323
TEXT_FONT = 'Courier'

0 commit comments

Comments
 (0)