summaryrefslogtreecommitdiff
path: root/test/DocutilsTestSupport.py
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-04-24 03:02:10 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2005-04-24 03:02:10 +0000
commitedc53d064c0242cf29ca1c683f52794132a48ded (patch)
tree2236bd986112aa64736d283dc444c8edd4014bc4 /test/DocutilsTestSupport.py
parent873ff59a77fea8390df56adc5aec025a3d766584 (diff)
downloaddocutils-edc53d064c0242cf29ca1c683f52794132a48ded.tar.gz
fixed typo
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@3249 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'test/DocutilsTestSupport.py')
-rw-r--r--test/DocutilsTestSupport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DocutilsTestSupport.py b/test/DocutilsTestSupport.py
index e3764adfb..9c09792ae 100644
--- a/test/DocutilsTestSupport.py
+++ b/test/DocutilsTestSupport.py
@@ -807,7 +807,7 @@ def _format_str(*args):
r = r[1:]
# quote_char = "'" or '"'
quote_char = r[0]
- assert quote_char in ("'", "'")
+ assert quote_char in ("'", '"')
assert r[0] == r[-1]
r = r[1:-1]
r = (stripped + 3 * quote_char + '\\\n' +