mirror of
https://github.com/davidhalter/parso.git
synced 2026-02-10 11:51:34 +08:00
Move to python 3.6 intersphinx.
This commit is contained in:
@@ -47,7 +47,7 @@ class Grammar(object):
|
||||
|
||||
:param str code: A unicode or bytes string. When it's not possible to
|
||||
decode bytes to a string, returns a
|
||||
:py:class:`exceptions.UnicodeDecodeError`.
|
||||
:py:class:`UnicodeDecodeError`.
|
||||
:param bool error_recovery: If enabled, any code will be returned. If
|
||||
it is invalid, it will be returned as an error node. If disabled,
|
||||
you will get a ParseError when encountering syntax errors in your
|
||||
|
||||
Reference in New Issue
Block a user