Skip to content

Commit 083036e

Browse files
committed
Docs improvement in tutorial regarding seq
1 parent 27fa2be commit 083036e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ However, we still need a way to package up the year, month and day as separate
157157
values.
158158

159159
The :func:`seq` combinator provides one easy way to do that. It takes the
160-
parsers that are passed in as arguments, and combines their results into a
161-
list:
160+
sequence of parsers that are passed in as arguments, and returns a parser that
161+
runs each parser in order and combines their results into a list:
162162

163163
.. code-block:: python
164164

0 commit comments

Comments
 (0)