]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
Minor fix document-max_len-auto-str 1723/head
authorYurii Motov <yurii.motov.monte@gmail.com>
Tue, 27 Jan 2026 16:42:24 +0000 (17:42 +0100)
committerYurii Motov <yurii.motov.monte@gmail.com>
Tue, 27 Jan 2026 16:42:24 +0000 (17:42 +0100)
docs/tutorial/str-fields-and-column-length.md

index 8d08ab4db5028f133dfb0a01d65d1e8e49fbc569..35d03cf1c26ca213fc8db5bfc363daf8dd8cddb6 100644 (file)
@@ -18,7 +18,7 @@ CREATE TABLE hero (
 )
 ```
 
-But you can always specify a custom length if needed:
+But you can always override this by specifying a custom length if needed:
 
 {* ./docs_src/tutorial/str_fields_and_column_length/tutorial002_py310.py ln[4:6] hl[6] *}