Annotate syntax

This commit is contained in:
Alexandr N Zamaraev (aka tonal)
2015-10-23 15:39:33 +06:00
parent 67983e7519
commit eea29eb34b

View File

@@ -1118,7 +1118,7 @@ class MySQLResult(object):
def __init__(self, connection):
"""
@type connection: Connection
:type connection: Connection
"""
self.connection = connection
self.affected_rows = None