From 438f7d995d8f1ffdb99765ed6c06766e66e4f05f Mon Sep 17 00:00:00 2001 From: Yurii Motov Date: Tue, 27 Jan 2026 17:42:24 +0100 Subject: [PATCH] Minor fix --- docs/tutorial/str-fields-and-column-length.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] *} -- 2.47.3