Skip to content

Commit

Permalink
README.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Jul 29, 2018
1 parent c8a5ffc commit f1dbf9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ About

A text parser written in the Python language.

The parser is :ref:`pretty fast<benchmark-heading>`, but not as user
friendly as `PyParsing`_ and `Lark`_.
The parser is `pretty fast`_, but not as user friendly as `PyParsing`_
and `Lark`_.

Project homepage: https://github.com/eerimoq/textparser

Expand Down Expand Up @@ -78,7 +78,7 @@ Script execution:
Token(kind='WORD', value='World', offset=7),
Token(kind='!', value='!', offset=12)]
.. _benchmark-heading:
.. _pretty fast:

Benchmark
=========
Expand Down

0 comments on commit f1dbf9a

Please sign in to comment.