mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
[3.0.x] Prevented (and corrected) single backtick usage in docs.
Backport of 1cdfe8d912
from master.
This commit is contained in:
parent
c9437596fe
commit
0342d47e7a
43 changed files with 101 additions and 86 deletions
|
@ -124,7 +124,7 @@ The following path converters are available by default:
|
|||
* ``str`` - Matches any non-empty string, excluding the path separator, ``'/'``.
|
||||
This is the default if a converter isn't included in the expression.
|
||||
|
||||
* ``int`` - Matches zero or any positive integer. Returns an `int`.
|
||||
* ``int`` - Matches zero or any positive integer. Returns an ``int``.
|
||||
|
||||
* ``slug`` - Matches any slug string consisting of ASCII letters or numbers,
|
||||
plus the hyphen and underscore characters. For example,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue