aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Bodin2018-07-27 11:52:15 +0100
committerMartin Bodin2018-07-27 12:20:25 +0100
commit05685d54fb5b737252047cd0ca9f646acf1d13f5 (patch)
tree1dc9b3f535dec71f0227152c74217657b15919bc
parent05ef2d2234578294cd0be6aace2b4ed4c9815d37 (diff)
Missing backslash in the documentation file.
-rw-r--r--doc/sphinx/practical-tools/utilities.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/sphinx/practical-tools/utilities.rst b/doc/sphinx/practical-tools/utilities.rst
index bdaa2aa1a2..e15bcb8e2c 100644
--- a/doc/sphinx/practical-tools/utilities.rst
+++ b/doc/sphinx/practical-tools/utilities.rst
@@ -546,12 +546,12 @@ The printing for one token can be removed with
Initially, the pretty-printing table contains the following mapping:
-==== === ==== ===== === ==== ==== ===
-`->` → `<-` ← `*` ×
-`<=` ≤ `>=` ≥ `=>` ⇒
-`<>` ≠ `<->` ↔ `|-` ⊢
-`\/` ∨ `/\\` ∧ `~` ¬
-==== === ==== ===== === ==== ==== ===
+===== === ==== ===== === ==== ==== ===
+`->` → `<-` ← `*` ×
+`<=` ≤ `>=` ≥ `=>` ⇒
+`<>` ≠ `<->` ↔ `|-` ⊢
+`\\/` ∨ `/\\` ∧ `~` ¬
+===== === ==== ===== === ==== ==== ===
Any of these can be overwritten or suppressed using the printing
commands.