ソースを参照

fix unicode import bug

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.10.0
Sasank Chilamkurthy 4年前
コミット
83006aa0c8
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      lark/lark.py

+ 1
- 1
lark/lark.py ファイルの表示

@@ -162,7 +162,7 @@ class LarkOptions(Serialize):
class Lark(Serialize):
"""Main interface for the library.

Its mostly a thin wrapper for the many different parsers, and for
It's mostly a thin wrapper for the many different parsers, and for
the tree constructor.

Args:


読み込み中…
キャンセル
保存