Browse Source

fix unicode import bug

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.10.0
Sasank Chilamkurthy 4 years ago
parent
commit
83006aa0c8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lark/lark.py

+ 1
- 1
lark/lark.py View File

@@ -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:


Loading…
Cancel
Save