We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e543482 commit 6604a4dCopy full SHA for 6604a4d
pymysqlpool/pool.py
@@ -44,8 +44,8 @@ class Pool(object):
44
:param user: User of MySQL server
45
:param password: Password of MySQL server
46
:param db: Database of MySQL server
47
- :param charset: Class of MySQL Cursor
48
- :param cursorclass: Charset of MySQL server
+ :param charset: Charset of MySQL server
+ :param cursorclass: Class of MySQL Cursor
49
:param min_size: Minimum size of connection pool
50
:param max_size: Maximum size of connection pool
51
:param timeout: Watting time in the multi-thread environment
0 commit comments