Skip to content

Commit 652f335

Browse files
committedJul 1, 2015
lda_controller: fix typo
1 parent 0f06bac commit 652f335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎artiq/frontend/lda_controller.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def get_argparser():
1818
help="USB serial number of the device. "
1919
"The serial number is written on a sticker under "
2020
"the device, you should write for example "
21-
"-d \"SN:03461\". You must prepend enough 0 for "
21+
"-d \"SN:03461\". You must prepend enough 0s for "
2222
"it to be 5 digits. If omitted, the first "
2323
"available device will be used.")
2424
parser.add_argument("--simulation", action="store_true",

0 commit comments

Comments
 (0)
Please sign in to comment.