Skip to content

Commit 5148acc

Browse files
committed
fix(wording): Lark is not Python's, just Python-based
1 parent ebc87ac commit 5148acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/lang/spec/kcl-spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following list of operators is ordered from **highest to lowest**:
7676
7777
## Grammar
7878

79-
KCL uses Python's [LarkParser](https://lark-parser.readthedocs.io/en/latest/) tool to describe the grammar, and the specification rules are as follows:
79+
KCL uses the Python-based [LarkParser](https://lark-parser.readthedocs.io/en/latest/) tool to describe the grammar, and the specification rules are as follows:
8080

8181
```bnf
8282
//////////// KCL grammar ////////////

0 commit comments

Comments
 (0)