From 8e63afdf05e27bd96c4174373e44e28e498576d6 Mon Sep 17 00:00:00 2001 From: Erez Sh Date: Thu, 15 Apr 2021 13:33:32 -0500 Subject: [PATCH] Removed bad ref --- lark/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lark/exceptions.py b/lark/exceptions.py index 757600d..d606792 100644 --- a/lark/exceptions.py +++ b/lark/exceptions.py @@ -185,7 +185,7 @@ class UnexpectedToken(ParseError, UnexpectedInput): The parser provides an interactive instance through `interactive_parser`, which is initialized to the point of failture, and can be used for debugging and error handling. - see: :ref:`InteractiveParser`. + see: ``InteractiveParser``. """ def __init__(self, token, expected, considered_rules=None, state=None, interactive_parser=None, terminals_by_name=None, token_history=None):