Skip to content

Commit 666d934

Browse files
committed
Improve comment wording and fix typo
1 parent c008d9b commit 666d934

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

trino/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,8 @@ def __init__(
650650
def columns(self):
651651
if self.query_id:
652652
while not self._columns and not self.finished and not self.cancelled:
653-
# Columns don't return immediate after query is summited.
654-
# Continue fetching data until columns are available and push fetched rows into buffer.
653+
# Columns are not returned immediately after query is submitted.
654+
# Continue fetching data until columns information is available and push fetched rows into buffer.
655655
self._result._rows += self.fetch()
656656
return self._columns
657657

0 commit comments

Comments
 (0)