Skip to content

Commit 49a5b05

Browse files
committedSep 5, 2023
Fix comment typo.
1 parent 047c1f8 commit 49a5b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/oracledb/impl/thin/statement.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ cdef class Parser:
118118
Multiple line comments consist of the characters /* followed by all
119119
characters up until */. This method is called when the first slash is
120120
detected and checks for the subsequent asterisk. If found, the comment
121-
is traversed and the current position is updaqted; otherwise, the
121+
is traversed and the current position is updated; otherwise, the
122122
current position is left untouched.
123123
"""
124124
cdef:

0 commit comments

Comments
 (0)
Please sign in to comment.