summaryrefslogtreecommitdiff
path: root/examples/dictExample.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dictExample.py')
-rw-r--r--examples/dictExample.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/dictExample.py b/examples/dictExample.py
index 5085aed..043d18f 100644
--- a/examples/dictExample.py
+++ b/examples/dictExample.py
@@ -21,8 +21,8 @@ testData = """
# define grammar for datatable
heading = (Literal(
-"+-------+------+------+------+------+------+------+------+------+") +
-"| | A1 | B1 | C1 | D1 | A2 | B2 | C2 | D2 |" +
+"+-------+------+------+------+------+------+------+------+------+") +
+"| | A1 | B1 | C1 | D1 | A2 | B2 | C2 | D2 |" +
"+=======+======+======+======+======+======+======+======+======+").suppress()
vert = Literal("|").suppress()
number = Word(nums)