From accca603c42ad68252532222ca6467a19691524e Mon Sep 17 00:00:00 2001 From: Roberto Di Cosmo <roberto@dicosmo.org> Date: Mon, 30 Mar 2020 14:13:59 +0200 Subject: [PATCH] Typo --- docs/persistent-identifiers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/persistent-identifiers.rst b/docs/persistent-identifiers.rst index b01897b7..257f89ba 100644 --- a/docs/persistent-identifiers.rst +++ b/docs/persistent-identifiers.rst @@ -164,7 +164,7 @@ by the ``<identifier_with_context>`` entry point of the grammar: <lines_ctxt> ::= ";" "lines" "=" <line_number> ["-" <line_number>] <line_number> ::= <dec_digit> + <url> ::= (* RFC 3986 compliant URLs *) - <path_absolute_escaped> ::= (* RFC 3986 compliant absolute file path, percent-encoded *) + <path_absolute_escaped> ::= (* RFC 3986 compliant absolute file path, percent-escaped *) Here ``<path_absolute_escaped>`` is the ``<path_absolute>`` in `Section 3.3 of RFC 3986 <https://tools.ietf.org/html/rfc3986#section-3.3>`_ where all occurrences of ``;`` and ``%`` must be percent-encoded (as `%3B` and `%25` respectively). -- GitLab