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 7e50e30 commit d9723a9Copy full SHA for d9723a9
doc/parsing.rst
@@ -85,7 +85,7 @@ And your args will look like this :
85
args = parser.parse_args()
86
args['name'] # ['bob', 'sue', 'joe']
87
88
-If you expect a coma separated list, use the ``action='split'``:
+If you expect a comma-separated list, use the ``action='split'``:
89
90
.. code-block:: python
91
0 commit comments