Skip to content

Commit 5f5372c

Browse files
committed
Spelling fix
1 parent 74f7eee commit 5f5372c

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
@@ -199,7 +199,7 @@ end
199199

200200
Repeated calls to `client.next_result` will return true, false, or raise an
201201
exception if the respective query erred. When `client.next_result` returns true,
202-
call `client.store_result` to retieve a result object. Exceptions are not
202+
call `client.store_result` to retrieve a result object. Exceptions are not
203203
raised until `client.next_result` is called to find the status of the respective
204204
query. Subsequent queries are not executed if an earlier query raised an
205205
exception. Subsequent calls to `client.next_result` will return false.

0 commit comments

Comments
 (0)