Skip to content

Commit

Permalink
Fix docstring for pysql.drop_types.
Browse files Browse the repository at this point in the history
  • Loading branch information
doerwalter committed Nov 18, 2021
1 parent 2e30df5 commit 29960db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ll/pysql.py
Original file line number Diff line number Diff line change
Expand Up @@ -1773,7 +1773,7 @@ class drop_types(_DatabaseCommand):
The types of objects to drop (value must be names for :mod:`ll.orasql`
object types.
``keep`` : list string (required)
``keep`` : list of strings (optional)
The types of objects to keep (value must be names for :mod:`ll.orasql`
object types.
Expand Down

0 comments on commit 29960db

Please sign in to comment.