We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047c1f8 commit 49a5b05Copy full SHA for 49a5b05
src/oracledb/impl/thin/statement.pyx
@@ -118,7 +118,7 @@ cdef class Parser:
118
Multiple line comments consist of the characters /* followed by all
119
characters up until */. This method is called when the first slash is
120
detected and checks for the subsequent asterisk. If found, the comment
121
- is traversed and the current position is updaqted; otherwise, the
+ is traversed and the current position is updated; otherwise, the
122
current position is left untouched.
123
"""
124
cdef:
0 commit comments