Skip to content

Commit 482a39a

Browse files
committed
Fix DeprecationWarning in the docstring of copy_from_query()
1 parent 36ed11d commit 482a39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncpg/connection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ async def copy_from_query(self, query, *args, output,
539539
:param str query:
540540
The query to copy the results of.
541541
542-
:param \*args:
542+
:param args:
543543
Query arguments.
544544
545545
:param output:

0 commit comments

Comments
 (0)