Skip to content

Commit eb8d92d

Browse files
authored
Fix typo
1 parent e7a2b04 commit eb8d92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def _create_base_argument_parser(parser: argparse.ArgumentParser) -> None:
6161
"extra_args",
6262
nargs=argparse.REMAINDER,
6363
help="""\
64-
The remainding arguments will be used for the interface initialisation.
64+
The remaining arguments will be used for the interface initialisation.
6565
For example, `-i vector -c 1 --app-name=MyCanApp` is the equivalent to
6666
opening the bus with `Bus('vector', channel=1, app_name='MyCanApp')`
6767
""",

0 commit comments

Comments
 (0)