Minor fix

This commit is contained in:
Yurii Motov
2026-01-27 17:42:24 +01:00
parent 9c5c51b230
commit 438f7d995d

View 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] *}