[docs] Fix build warning plus the rendering of the escaped space

Use a `:code:` role for the escaped space, it avoids the nastiness of
the whitespace mangling in inline literals.
This commit is contained in:
Mahmoud Al-Qudsi 2019-07-13 22:33:55 -05:00
parent 8181883111
commit 57508b46d2

View file

@ -299,7 +299,7 @@ Some characters can not be written directly on the command line. For these chara
- ``\r`` represents the carriage return character
- ``\t`` represents the tab character
- ``\v`` represents the vertical tab character
- ``\\ `` escapes the space character
- :code:`\ `  escapes the space character
- ``\$`` escapes the dollar character
- ``\\`` escapes the backslash character
- ``\*`` escapes the star character