diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-05-30 19:59:20 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-05-30 19:59:20 +0000 |
| commit | 197d430ab59b2f9f0cb71a82fe49f313e7e36668 (patch) | |
| tree | 6cc7648dcf3cccc287a2ef8dcd34690cc7f59f5d /docutils/utils/math/math2html.py | |
| parent | d96fc8f204a5624ac9a3110841728e073f0786fb (diff) | |
| download | docutils-197d430ab59b2f9f0cb71a82fe49f313e7e36668.tar.gz | |
Apply patch [ 140 ] by Ville Skyttä (escape sequence deprecation fix).
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8094 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/utils/math/math2html.py')
| -rw-r--r-- | docutils/utils/math/math2html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/utils/math/math2html.py b/docutils/utils/math/math2html.py index 6a335196d..1f61e23f8 100644 --- a/docutils/utils/math/math2html.py +++ b/docutils/utils/math/math2html.py @@ -4560,7 +4560,7 @@ class EquationEnvironment(MultiRowFormula): self.parserows(pos) class BeginCommand(CommandBit): - "A \\begin{}...\end command and what it entails (array, cases, aligned)" + "A \\begin{}...\\end command and what it entails (array, cases, aligned)" commandmap = {FormulaConfig.array['begin']:''} |
