mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-21 02:22:23 +08:00
Small corrections.
This commit is contained in:
@@ -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>`)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user