From b4f60472c176cf19ac0ae02b39ef3bb68e764a77 Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Tue, 20 Jan 2026 18:39:40 +0100 Subject: [PATCH] Fix abbreviations to follow the template --- docs/en/docs/tutorial/query-params-str-validations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/tutorial/query-params-str-validations.md b/docs/en/docs/tutorial/query-params-str-validations.md index 4b8cc9d297..692e8cfa73 100644 --- a/docs/en/docs/tutorial/query-params-str-validations.md +++ b/docs/en/docs/tutorial/query-params-str-validations.md @@ -402,7 +402,7 @@ Pydantic also has ISBN book number or with `imdb-` for an IMDB movie URL ID: +For example, this custom validator checks that the item ID starts with `isbn-` for an ISBN book number or with `imdb-` for an IMDB movie URL ID: {* ../../docs_src/query_params_str_validations/tutorial015_an_py310.py hl[5,16:19,24] *}