From 197d430ab59b2f9f0cb71a82fe49f313e7e36668 Mon Sep 17 00:00:00 2001 From: milde Date: Tue, 30 May 2017 19:59:20 +0000 Subject: =?UTF-8?q?Apply=20patch=20[=20140=20]=20by=20Ville=20Skytt=C3=A4?= =?UTF-8?q?=20(escape=20sequence=20deprecation=20fix).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8094 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/utils/math/math2html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docutils/utils/math/math2html.py') 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']:''} -- cgit v1.2.1