Skip to content

Commit 6567400

Browse files
Fix code doc.
1 parent 7315524 commit 6567400

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/oracledb/impl/thin/buffer.pyx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,8 @@ cdef class Buffer:
748748

749749
cdef object read_str(self, int csfrm):
750750
"""
751-
Reads a string of the specified size (in bytes) from the buffer.
751+
Reads bytes from the buffer and decodes them into a string following
752+
the supplied character set form.
752753
"""
753754
cdef:
754755
const char_type *ptr

0 commit comments

Comments
 (0)