summaryrefslogtreecommitdiff
path: root/docutils/utils/math/math2html.py
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2017-05-30 19:59:20 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2017-05-30 19:59:20 +0000
commit197d430ab59b2f9f0cb71a82fe49f313e7e36668 (patch)
tree6cc7648dcf3cccc287a2ef8dcd34690cc7f59f5d /docutils/utils/math/math2html.py
parentd96fc8f204a5624ac9a3110841728e073f0786fb (diff)
downloaddocutils-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.py2
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']:''}