소스 검색

Removed bad ref

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.11.3
Erez Sh 3 년 전
부모
커밋
8e63afdf05
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      lark/exceptions.py

+ 1
- 1
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):


불러오는 중...
취소
저장