소스 검색

Merge pull request #978 from wiene/fix-typos

Fix typos in comment of example code
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.12.0
Erez Shinan 3 년 전
committed by GitHub
부모
커밋
4b70d1df74
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      examples/advanced/extend_python.py

+ 1
- 1
examples/advanced/extend_python.py 파일 보기

@@ -39,7 +39,7 @@ def name(n):

""", start='file_input')

# Remove the 'python3__' prefix that was add to the implicitely imported rules.
# Remove the 'python3__' prefix that was added to the implicitly imported rules.
for t in tree.iter_subtrees():
t.data = t.data.rsplit('__', 1)[-1]



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