mirror of
https://github.com/davidhalter/parso.git
synced 2026-04-28 18:15:39 +08:00
Some docstring changes.
This commit is contained in:
+2
-2
@@ -2,8 +2,8 @@
|
||||
"""
|
||||
This tokenizer has been copied from the ``tokenize.py`` standard library
|
||||
tokenizer. The reason was simple: The standard library tokenizer fails
|
||||
if the indentation is not right. The fast parser of jedi however requires
|
||||
"wrong" indentation.
|
||||
if the indentation is not right. To make it possible to do error recovery the
|
||||
tokenizer needed to be rewritten.
|
||||
|
||||
Basically this is a stripped down version of the standard library module, so
|
||||
you can read the documentation there. Additionally we included some speed and
|
||||
|
||||
Reference in New Issue
Block a user