diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-09-22 09:46:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-22 09:46:40 +0200 |
| commit | e72f282758ca6b9d67b6981b318159dc38d7e600 (patch) | |
| tree | 4507f1cff1b2d8b33ba23f47e1dd001cebff59a9 | |
| parent | e532c2a7d34cbde528c0c91c83594a0694c9256f (diff) | |
Fix README typo
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
