Fix duplicate label in manual

Signed-off-by: Rudi Grinberg <rudi.grinberg@gmail.com>
This commit is contained in:
Rudi Grinberg 2018-07-31 21:30:15 +02:00
parent 4e15fa1522
commit e3a7e68c37
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ sequences:
- ``\xHH``, a backslash followed by two hexadecimal characters to - ``\xHH``, a backslash followed by two hexadecimal characters to
represent the character with ASCII code ``HH`` in hexadecimal represent the character with ASCII code ``HH`` in hexadecimal
- ``\\``, a double backslash to represent a single backslash - ``\\``, a double backslash to represent a single backslash
- ``\%{`` to represent ``%{`` (see :ref:`variables`) - ``\%{`` to represent ``%{`` (see :ref:`variables-project`)
Additionally, a backslash that comes just before the end of the line Additionally, a backslash that comes just before the end of the line
is used to skip the newline up to the next non-space character. For is used to skip the newline up to the next non-space character. For
@ -140,7 +140,7 @@ descriptions. For instance:
(body (body
This is a simple example of using S-expressions)) This is a simple example of using S-expressions))
.. _variables: .. _variables-project:
Variables Variables
--------- ---------