Skip to content

Commit c8d34b0

Browse files
chore: update README
1 parent f4d596c commit c8d34b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ import sqlalchemy
126126
# initialize Connector object
127127
connector = Connector()
128128

129-
# create connection pool using Connector.connect as SQLAlchemy creator arg
129+
# initialize SQLAlchemy connection pool with Connector
130130
pool = sqlalchemy.create_engine(
131131
"mysql+pymysql://",
132132
creator=lambda: connector.connect(

0 commit comments

Comments
 (0)