From 82868580a2a6e25bf376247f3a36adcdf733746a Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Mon, 4 Sep 2017 21:38:57 +0200 Subject: [PATCH] Fix a docstring. --- parso/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parso/__init__.py b/parso/__init__.py index 3217892..4e0f2d0 100644 --- a/parso/__init__.py +++ b/parso/__init__.py @@ -1,4 +1,4 @@ -""" +r""" 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 to list multiple syntax errors in your python file.