[3.0.x] Prevented (and corrected) single backtick usage in docs.

Backport of 1cdfe8d912 from master.
This commit is contained in:
Adam Johnson 2020-03-31 09:37:38 +01:00 committed by Carlton Gibson
parent c9437596fe
commit 0342d47e7a
43 changed files with 101 additions and 86 deletions

View file

@ -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,