From 6c013b9a1dcf51890790433743aebc46befcbb22 Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Sat, 22 Dec 2018 01:06:38 -0200 Subject: [PATCH] Fix misspelling on lark/lark.py documentation --- lark/lark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lark/lark.py b/lark/lark.py index b1e8266..66adbf7 100644 --- a/lark/lark.py +++ b/lark/lark.py @@ -42,7 +42,7 @@ class LarkOptions(object): cache_grammar - Cache the Lark grammar (Default: False) postlex - Lexer post-processing (Default: None) Only works with the standard and contextual lexers. start - The start symbol (Default: start) - profile - Measure run-time usage in Lark. Read results from the profiler proprety (Default: False) + profile - Measure run-time usage in Lark. Read results from the profiler property (Default: False) propagate_positions - Propagates [line, column, end_line, end_column] attributes into all tree branches. lexer_callbacks - Dictionary of callbacks for the lexer. May alter tokens during lexing. Use with caution. maybe_placeholders - Experimental feature. Instead of omitting optional rules (i.e. rule?), replace them with None