Small corrections.

This commit is contained in:
Dave Halter
2017-09-04 22:51:17 +02:00
parent 2067845cef
commit 05a8236d3f
2 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
.. include global.rst
parso - A Python Parser Written in Python
=========================================
parso - A Python Parser
=======================
Release v\ |release|. (:doc:`Installation <docs/installation>`)

View File

@@ -8,6 +8,8 @@ for other projects as well.
Parso consists of a small API to parse Python and analyse the syntax tree.
.. _jedi: https://github.com/davidhalter/jedi
A simple example:
>>> import parso