A few documentation improvements.

This commit is contained in:
Dave Halter
2017-09-03 14:02:53 +02:00
parent 091e72562c
commit 60ed141d80
4 changed files with 24 additions and 13 deletions

View File

@@ -21,6 +21,7 @@ hello + 1
from parso.parser import ParserSyntaxError
from parso.grammar import Grammar, load_grammar
from parso.utils import split_lines, python_bytes_to_unicode
__version__ = '0.0.5'