remove space after [Shift+]

This commit is contained in:
Pavel 2020-09-26 08:08:59 +02:00
parent 72837185f6
commit 88d7b8daab
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ def draw_line(x1, y1, x2, y2, color):
def draw_help():
global canvas
help = 'change angle: [Shift+] Left/Right, change length: Up/Down, add/remove element: Enter/BackSpace, previous/next element: Ctrl+Left/Right, print code: P, exit: Esc'
help = 'change angle: [Shift+]Left/Right, change length: Up/Down, add/remove element: Enter/BackSpace, previous/next element: Ctrl+Left/Right, print code: P, exit: Esc'
canvas.create_text(4, screen_h + 36, anchor = NW, text = help, fill = 'black')
def draw_path():