Skip to content

Commit 6604a4d

Browse files
committed
fix annotation
1 parent e543482 commit 6604a4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymysqlpool/pool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ class Pool(object):
4444
:param user: User of MySQL server
4545
:param password: Password of MySQL server
4646
:param db: Database of MySQL server
47-
:param charset: Class of MySQL Cursor
48-
:param cursorclass: Charset of MySQL server
47+
:param charset: Charset of MySQL server
48+
:param cursorclass: Class of MySQL Cursor
4949
:param min_size: Minimum size of connection pool
5050
:param max_size: Maximum size of connection pool
5151
:param timeout: Watting time in the multi-thread environment

0 commit comments

Comments
 (0)