Skip to content

Commit c1c4528

Browse files
remove odd space
remove odd space
1 parent 5b6a360 commit c1c4528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/python_demos/text_spotting_demo/text_spotting_demo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def build_argparser():
8585
help='Optional. Specify the target device to infer on, i.e : CPU, GPU. '
8686
'The demo will look for a suitable plugin for device specified '
8787
'(by default, it is CPU). Please refer to OpenVINO documentation '
88-
'for the list of devices supported be the model. ',
88+
'for the list of devices supported be the model.',
8989
default='CPU', type=str, metavar='"<device>"')
9090
args.add_argument('-l', '--cpu_extension',
9191
help='Required for CPU custom layers. '

0 commit comments

Comments
 (0)