mirror of
https://github.com/davidhalter/parso.git
synced 2026-08-12 10:54:59 +08:00
Small corrections.
This commit is contained in:
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
.. include global.rst
|
.. include global.rst
|
||||||
|
|
||||||
parso - A Python Parser Written in Python
|
parso - A Python Parser
|
||||||
=========================================
|
=======================
|
||||||
|
|
||||||
Release v\ |release|. (:doc:`Installation <docs/installation>`)
|
Release v\ |release|. (:doc:`Installation <docs/installation>`)
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,8 @@ for other projects as well.
|
|||||||
|
|
||||||
Parso consists of a small API to parse Python and analyse the syntax tree.
|
Parso consists of a small API to parse Python and analyse the syntax tree.
|
||||||
|
|
||||||
|
.. _jedi: https://github.com/davidhalter/jedi
|
||||||
|
|
||||||
A simple example:
|
A simple example:
|
||||||
|
|
||||||
>>> import parso
|
>>> import parso
|
||||||
|
|||||||
Reference in New Issue
Block a user