Skip to content

Commit

Permalink
Quote parameter in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Sep 3, 2023
1 parent 62594ff commit 4222457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg.py
Original file line number Diff line number Diff line change
Expand Up @@ -2634,7 +2634,7 @@ def truncate(self, table, restart=False, cascade=False, only=False):
If restart is set to True, sequences owned by columns of the truncated
table(s) are automatically restarted. If cascade is set to True, it
also truncates all tables that have foreign-key references to any of
the named tables. If the parameter only is not set to True, all the
the named tables. If the parameter 'only' is not set to True, all the
descendant tables (if any) will also be truncated. Optionally, a '*'
can be specified after the table name to explicitly indicate that
descendant tables are included.
Expand Down

0 comments on commit 4222457

Please sign in to comment.