diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-08-27 19:49:29 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-08-27 19:49:29 +0000 |
| commit | feb6d8044260128c9c08a52b5e636788c0c6285a (patch) | |
| tree | d05de062567476131bedbcb825f86530bd668789 /docutils/test | |
| parent | ef76ac07c52194483b75caee8b2610dce1eca063 (diff) | |
| download | docutils-feb6d8044260128c9c08a52b5e636788c0c6285a.tar.gz | |
trivial: Misc whitespace fixes
Signed-off-by: Stephen Finucane <stephen@that.guru>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8376 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test')
| -rw-r--r-- | docutils/test/functional/tests/math_output_mathml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/test/functional/tests/math_output_mathml.py b/docutils/test/functional/tests/math_output_mathml.py index c9c5c14bb..8a577b380 100644 --- a/docutils/test/functional/tests/math_output_mathml.py +++ b/docutils/test/functional/tests/math_output_mathml.py @@ -11,4 +11,4 @@ writer_name = "html5" settings_overrides['math_output'] = 'MathML' # local copy of default stylesheet: # (test runs in ``docutils/test/``, we need relative path from there.) -settings_overrides['stylesheet_dirs'] = ('.','functional/input/data') +settings_overrides['stylesheet_dirs'] = ('.', 'functional/input/data') |
