Skip to content

Commit 4222457

Browse files
committed
Quote parameter in docstring
1 parent 62594ff commit 4222457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2634,7 +2634,7 @@ def truncate(self, table, restart=False, cascade=False, only=False):
26342634
If restart is set to True, sequences owned by columns of the truncated
26352635
table(s) are automatically restarted. If cascade is set to True, it
26362636
also truncates all tables that have foreign-key references to any of
2637-
the named tables. If the parameter only is not set to True, all the
2637+
the named tables. If the parameter 'only' is not set to True, all the
26382638
descendant tables (if any) will also be truncated. Optionally, a '*'
26392639
can be specified after the table name to explicitly indicate that
26402640
descendant tables are included.

0 commit comments

Comments
 (0)