Fix a docstring.

This commit is contained in:
Dave Halter
2017-09-04 21:38:57 +02:00
parent a18baf0d2c
commit 82868580a2
+1 -1
View File
@@ -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.