From 9eeae3b3a9d754a2d1ad3e755bdc8a8086846337 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 4 Sep 2019 20:16:24 +0200 Subject: [PATCH] m.code: doc++ Be consistent with the actual output. --- doc/plugins/math-and-code.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/plugins/math-and-code.rst b/doc/plugins/math-and-code.rst index dc5baf99..e41406d1 100644 --- a/doc/plugins/math-and-code.rst +++ b/doc/plugins/math-and-code.rst @@ -498,7 +498,7 @@ Multiple filters can be specified when separated by spaces. .. code:: py M_CODE_FILTERS_PRE = { - ('C++', 'codename'): lambda code: code.replace('DirtyMess', 'P300'), + ('C++', 'codename'): lambda code: code.replace('DirtyMess', 'P300::V1'), ('C++', 'fix_typography'): lambda code: code.replace(' :', ':'), } -- 2.30.2