Browse Source

Update docs/en/docs/tutorial/query-params-str-validations.md

pull/14322/head
Motov Yurii 7 months ago
committed by Yurii Motov
parent
commit
d377cbf7b9
  1. 2
      docs/en/docs/tutorial/query-params-str-validations.md

2
docs/en/docs/tutorial/query-params-str-validations.md

@ -262,7 +262,7 @@ In other words, `None` is not an acceptable runtime value for query parameters
If you want to accept special values (like `"None"` or an empty string) and interpret them as `None` in your application, you can handle them manually in your function:
{* ../../docs_src/query_params_str_validations/tutorial006d_an_py310.py hl[9:13 18] *}
{* ../../docs_src/query_params_str_validations/tutorial006d_an_py310.py hl[9:13,18] *}
/// note

Loading…
Cancel
Save