File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ timestamp, they write "X days ago".
354354
355355We 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
You can’t perform that action at this time.
0 commit comments