Skip to content

Commit

Permalink
Minor formatting edit
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeaz committed Feb 23, 2020
1 parent b01f160 commit e5d4087
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ How to Use
==========

PLY consists of two files : lex.py and yacc.py. These are contained
within the 'ply' directory which may also be used as a Python package.
To use PLY, simply copy the 'ply' directory to your project and import
lex and yacc from the associated 'ply' package. For example:
within the `ply` directory which may also be used as a Python package.
To use PLY, simply copy the `ply` directory to your project and import
lex and yacc from the associated `ply` package. For example:

```python
from .ply import lex
Expand Down

0 comments on commit e5d4087

Please sign in to comment.