mirror of
https://github.com/davidhalter/parso.git
synced 2026-08-12 10:54:59 +08:00
Fix a docstring.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
"""
|
r"""
|
||||||
Parso is a Python parser that supports error recovery and round-trip parsing
|
Parso is a Python parser that supports error recovery and round-trip parsing
|
||||||
for different Python versions (in multiple Python versions). Parso is also able
|
for different Python versions (in multiple Python versions). Parso is also able
|
||||||
to list multiple syntax errors in your python file.
|
to list multiple syntax errors in your python file.
|
||||||
|
|||||||
Reference in New Issue
Block a user