Skip to content

Commit

Permalink
docs: update type annotation
Browse files Browse the repository at this point in the history
fixes #22
  • Loading branch information
altaurog committed May 7, 2024
1 parent b94823d commit 18fcad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgcopy/copy.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ class CopyManager(object):
:type table: str
:param cols: columns in the table into which to copy data
:type cols: list of str
:type cols: iterable of str
:raises ValueError: if the table or columns do not exist.
"""
Expand Down

0 comments on commit 18fcad5

Please sign in to comment.