Skip to content

Commit 734dd06

Browse files
committed
correct docstrng
1 parent 4bb2e4b commit 734dd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/databricks/sql/backend/thrift_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def attempt_request(attempt):
477477
)
478478
)
479479
finally:
480-
# Calling `close()` here releases the active HTTP connection back to the pool
480+
# Calling `release_connection()` here releases the active HTTP connection back to the pool
481481
self._transport.release_connection()
482482

483483
return RequestErrorInfo(

0 commit comments

Comments
 (0)