Skip to content

Commit d83bf75

Browse files
committed
readme-comment-update
1 parent 6b594d5 commit d83bf75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ with conn1.cursor() as cur:
2929
cur.execute("SELECT 1")
3030
print(cur.fetchall())
3131
32+
# closing connection
3233
con_obj.close(conn1)
3334
3435
print(f"Available connections: {con_obj.available_connections}")

0 commit comments

Comments
 (0)