Skip to content

Commit d9723a9

Browse files
Fix typo in doc/parsing.rst (#555)
Co-authored-by: Peter Doggart <[email protected]>
1 parent 7e50e30 commit d9723a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/parsing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ And your args will look like this :
8585
args = parser.parse_args()
8686
args['name'] # ['bob', 'sue', 'joe']
8787
88-
If you expect a coma separated list, use the ``action='split'``:
88+
If you expect a comma-separated list, use the ``action='split'``:
8989

9090
.. code-block:: python
9191

0 commit comments

Comments
 (0)