Skip to content

Commit

Permalink
Fix DeprecationWarning in the docstring of copy_from_query()
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Nov 1, 2018
1 parent 36ed11d commit 482a39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncpg/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ async def copy_from_query(self, query, *args, output,
:param str query:
The query to copy the results of.
:param \*args:
:param args:
Query arguments.
:param output:
Expand Down

0 comments on commit 482a39a

Please sign in to comment.