mirror of https://github.com/encode/starlette.git
Friendly spell check in `routing.md` docs. (#1073)
Co-authored-by: Jamie Hewland <jhewland@gmail.com>
This commit is contained in:
parent
192ac4e988
commit
c300bdc5b8
|
@ -44,7 +44,7 @@ You can use convertors to modify what is captured. Four convertors are available
|
|||
* `int` returns a Python integer.
|
||||
* `float` returns a Python float.
|
||||
* `uuid` return a Python `uuid.UUID` instance.
|
||||
* `path` returns the rest of the path, including any additional `/` characers.
|
||||
* `path` returns the rest of the path, including any additional `/` characters.
|
||||
|
||||
Convertors are used by prefixing them with a colon, like so:
|
||||
|
||||
|
|
Loading…
Reference in New Issue