comparison docs/introduction.rst @ 339:ebd662a8376e

Docs: fix typo
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 08 May 2021 18:55:39 +0200
parents 5ec0ae3bb8db
children 176e22110fc5
comparison
equal deleted inserted replaced
338:933df3ffd428 339:ebd662a8376e
468 When using :py:meth:`.Configuration.getvar` and 468 When using :py:meth:`.Configuration.getvar` and
469 :py:meth:`.Configuration.getvar_s` and when retrieving values in the 469 :py:meth:`.Configuration.getvar_s` and when retrieving values in the
470 default namespace the namespace separator ``:`` or the hierarchy 470 default namespace the namespace separator ``:`` or the hierarchy
471 separator ``.`` are characters with a special meaning. When using 471 separator ``.`` are characters with a special meaning. When using
472 :ref:`variable interpolation <variable-interpolation>` the filter 472 :ref:`variable interpolation <variable-interpolation>` the filter
473 separator ``|`` is also special. To use then in key names they must be 473 separator ``|`` is also special. To use them in key names they must be
474 quoted. 474 quoted.
475 475
476 Quoting is done with a variant of the well-known percent-encoding in 476 Quoting is done with a variant of the well-known percent-encoding in
477 URIs (:rfc:`3986`). 477 URIs (:rfc:`3986`).
478 478