Skip to content

Commit a80417f

Browse files
committed
Docs improvements
1 parent 083036e commit a80417f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/overview.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,5 @@ other Python libraries you might consider:
106106

107107
* `funcparserlib <https://github.com/vlasovskikh/funcparserlib>`_ - the most
108108
similar to parsy. It differs from parsy mainly in normally using a separate
109-
tokenization phase, lacking the convenience of the :func:`generate` method for
110-
creating parsers, and documentation that relies on understanding Haskell type
111-
annotations.
109+
tokenization phase and lacking the convenience of the :func:`generate` method
110+
for creating parsers.

docs/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ timestamp, they write "X days ago".
354354

355355
We want to parse this, and we’ll use a timedelta object to represent the value
356356
(to easily distinguish it from other values and consume it later). We can write
357-
a parser for this easily:
357+
a parser for this using tools we’ve seen already:
358358

359359
.. code-block:: python
360360

0 commit comments

Comments
 (0)