Skip to content

Commit 31a1267

Browse files
committed
Fixed typo
1 parent ccae8a5 commit 31a1267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/test_doc_cookbook_tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ def test_nested_foreign_keys(big_discography):
13841384

13851385
# language=rst
13861386
"""
1387-
The column created is named `album_artist` (as `__` is reserved for traversing a namespace), so that's the name you need to reference is you need to add more configuration to that column:
1387+
The column created is named `album_artist` (as `__` is reserved for traversing a namespace), so that's the name you need to reference if you need to add more configuration to that column:
13881388
"""
13891389

13901390
t = Table(

0 commit comments

Comments
 (0)