summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2020-02-23 06:18:42 -0600
committerDavid Beazley <dave@dabeaz.com>2020-02-23 06:18:42 -0600
commite5d40872956764a47dbf9df6a455568f61f92173 (patch)
tree08bb9592e95239ff255e801acfa3dbd3f9103735
parentb01f16060e09162302bea5e93f662d5f079bca2b (diff)
downloadply-e5d40872956764a47dbf9df6a455568f61f92173.tar.gz
Minor formatting edit
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 09713cd..8f5ba11 100644
--- a/README.md
+++ b/README.md
@@ -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