Skip to content

Commit 64a2493

Browse files
committed
Fix warning
1 parent c7c6d75 commit 64a2493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiopg/sa/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def execute(self, query, *multiparams, **params):
3939
)
4040
4141
In the case that a plain SQL string is passed, a tuple or
42-
individual values in \*multiparams may be passed::
42+
individual values in \\*multiparams may be passed::
4343
4444
await conn.execute(
4545
"INSERT INTO table (id, value) VALUES (%d, %s)",

0 commit comments

Comments
 (0)