summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2013-08-03 07:03:28 -0700
committerEli Bendersky <eliben@gmail.com>2013-08-03 07:03:28 -0700
commit2ecc87c62e5fa58d37df20147da1c6015a15b38a (patch)
treeca33fdcc966eda6a22e3a1dbcb9aafa33ca4d2dd /README.rst
parent7fa0dced93dc893e31f33529ce2d45914767a757 (diff)
downloadpycparser-2ecc87c62e5fa58d37df20147da1c6015a15b38a.tar.gz
slight README formatting fix
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 1d9b4d8..4d24638 100644
--- a/README.rst
+++ b/README.rst
@@ -78,8 +78,9 @@ Prerequisites
Windows. It should work on any later version (in both the 2.x and 3.x lines)
as well.
-**pycparser** has no external dependencies. The only non-stdlib library it uses
-is PLY, which is bundled in ``pycparser/ply``. The current PLY version is 3.4
+* **pycparser** has no external dependencies. The only non-stdlib library it
+ uses is PLY, which is bundled in ``pycparser/ply``. The current PLY version is
+ 3.4
Installation process
--------------------