From 1547a226598526b748956257b94d493a77300261 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sat, 21 Mar 2020 16:10:43 +0100 Subject: [PATCH] docs: remove some spurious backslashes --- doc_src/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_src/index.rst b/doc_src/index.rst index 18b152c43..4a41db5cc 100644 --- a/doc_src/index.rst +++ b/doc_src/index.rst @@ -212,8 +212,8 @@ Some characters can not be written directly on the command line. For these chara - ``\}`` escapes the right curly bracket character - ``\[`` escapes the left bracket character - ``\]`` escapes the right bracket character -- ``\\<`` escapes the less than character -- ``\\>`` escapes the more than character +- ``\<`` escapes the less than character +- ``\>`` escapes the more than character - ``\^`` escapes the circumflex character - ``\&`` escapes the ampersand character - ``\|`` escapes the vertical bar character