mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +00:00
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in docs.
This commit is contained in:
parent
ef2f16bc48
commit
6f8e23d1c1
95 changed files with 445 additions and 445 deletions
|
|
@ -150,7 +150,7 @@ URL from an :rfc:`IRI <3987>` -- very loosely speaking, a :rfc:`URI <3986>`
|
|||
that can contain Unicode characters. Use these functions for quoting and
|
||||
converting an IRI to a URI:
|
||||
|
||||
* The :func:`django.utils.encoding.iri_to_uri()` function, which implements the
|
||||
* The :func:`django.utils.encoding.iri_to_uri` function, which implements the
|
||||
conversion from IRI to URI as required by :rfc:`3987#section-3.1`.
|
||||
|
||||
* The :func:`urllib.parse.quote` and :func:`urllib.parse.quote_plus`
|
||||
|
|
@ -192,7 +192,7 @@ you can construct your IRI without worrying about whether it contains
|
|||
non-ASCII characters and then, right at the end, call ``iri_to_uri()`` on the
|
||||
result.
|
||||
|
||||
Similarly, Django provides :func:`django.utils.encoding.uri_to_iri()` which
|
||||
Similarly, Django provides :func:`django.utils.encoding.uri_to_iri` which
|
||||
implements the conversion from URI to IRI as per :rfc:`3987#section-3.2`.
|
||||
|
||||
An example to demonstrate:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue