Skip to content

Commit 6a4e742

Browse files
committed
Fix syntax warning
1 parent b6ad8a9 commit 6a4e742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brainworkshop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def quit_with_error(message='', postmessage='', quit=True, trace=True):
328328
# Default: [1, 3, 8, 6]
329329
VISUAL_COLORS = [1, 3, 8, 6]
330330
331-
# Specify image sets here. This is a list of subfolders in the res\sprites\
331+
# Specify image sets here. This is a list of subfolders in the res/sprites/
332332
# folder which may be selected in Image mode.
333333
# The first item in the list is the default which is loaded on startup.
334334
IMAGE_SETS = ['polygons-basic', 'national-park-service', 'pentominoes',

0 commit comments

Comments
 (0)