Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknyquist committed Mar 26, 2023
1 parent 7efe6a2 commit 21e808c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ will use the comma-separated values as a ``choices`` list for argparse, e.g.:

::

parser.add_argument('-m', '--mode', choices=['active', 'idle', 'stim'], default='active', help='a string')
parser.add_argument('-m', '--mode', choices=['active', 'idle', 'sim'], default='active', help='a string')

Real filename for option argument
=================================
Expand Down

0 comments on commit 21e808c

Please sign in to comment.