From e72f282758ca6b9d67b6981b318159dc38d7e600 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 22 Sep 2017 09:46:40 +0200 Subject: Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbf3ec5..16b8841 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ to the test suite would make sense. expression format is pretty simple for example: `A && B && (!C || D == 3)` is represented as the tuple structure `(AND, A, (AND, B, (OR, (NOT, C), (EQUAL, D, 3))))`; see the - `Config._parse_expr()` docstring). + `Config._parse_expr()` docstring. It's hard to come up with good APIs for dealing with expressions given how general they are, so feel free to look at them directly if none of the -- cgit v1.2.3