From: Yurii Motov Date: Tue, 27 Jan 2026 16:42:24 +0000 (+0100) Subject: Minor fix X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fdocument-max_len-auto-str;p=thirdparty%2Ffastapi%2Fsqlmodel.git Minor fix --- diff --git a/docs/tutorial/str-fields-and-column-length.md b/docs/tutorial/str-fields-and-column-length.md index 8d08ab4d..35d03cf1 100644 --- a/docs/tutorial/str-fields-and-column-length.md +++ b/docs/tutorial/str-fields-and-column-length.md @@ -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] *}