Parcourir la source

fix unicode import bug

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.10.0
Sasank Chilamkurthy il y a 4 ans
Parent
révision
83006aa0c8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      lark/lark.py

+ 1
- 1
lark/lark.py Voir le fichier

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


Chargement…
Annuler
Enregistrer