aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/test_rst_tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_rst_tables.py b/tests/test_rst_tables.py
index 9e88917..adeb546 100644
--- a/tests/test_rst_tables.py
+++ b/tests/test_rst_tables.py
@@ -137,7 +137,7 @@ class TestRSTTableFormatter(unittest.TestCase):
['x\nblah', 'This became somewhat larger\nA new line']]
self.assertEquals(expect, parse_table(input))
- input - ['+---+---------+',
+ input = ['+---+---------+',
'| Foo | Mu |',
'+=====+====+',
'| x | This became somewhat larger |',