From 83006aa0c828433e8cf1fec85cc427e1431af1ff Mon Sep 17 00:00:00 2001 From: Sasank Chilamkurthy Date: Sun, 16 Aug 2020 16:50:38 +0530 Subject: [PATCH] fix unicode import bug --- lark/lark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lark/lark.py b/lark/lark.py index b1c45e1..23e3a7d 100644 --- a/lark/lark.py +++ b/lark/lark.py @@ -162,7 +162,7 @@ class LarkOptions(Serialize): class Lark(Serialize): """Main interface for the library. - It’s 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: