From aa20cdad0d07c529e97516ba9a071762a5c17221 Mon Sep 17 00:00:00 2001 From: Mng <50384638+Mng-dev-ai@users.noreply.github.com> Date: Thu, 13 Jan 2022 23:59:47 +0200 Subject: [PATCH] Remove count of available convertors (#1409) Co-authored-by: Micheal Gendy --- docs/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/routing.md b/docs/routing.md index f0b672d8..8bdc6215 100644 --- a/docs/routing.md +++ b/docs/routing.md @@ -39,7 +39,7 @@ Route('/users/{username}', user) ``` By default this will capture characters up to the end of the path or the next `/`. -You can use convertors to modify what is captured. Four convertors are available: +You can use convertors to modify what is captured. The available convertors are: * `str` returns a string, and is the default. * `int` returns a Python integer. -- 2.47.3