We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a2b04 commit eb8d92dCopy full SHA for eb8d92d
can/logger.py
@@ -61,7 +61,7 @@ def _create_base_argument_parser(parser: argparse.ArgumentParser) -> None:
61
"extra_args",
62
nargs=argparse.REMAINDER,
63
help="""\
64
- The remainding arguments will be used for the interface initialisation.
+ The remaining arguments will be used for the interface initialisation.
65
For example, `-i vector -c 1 --app-name=MyCanApp` is the equivalent to
66
opening the bus with `Bus('vector', channel=1, app_name='MyCanApp')`
67
""",
0 commit comments