Skip to content

Commit 551c3eb

Browse files
committed
fixup: Refer to existing helpers
1 parent 42caa08 commit 551c3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_io/textio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ struct textio
672672
int ok; /* initialized? */
673673
int detached;
674674
Py_ssize_t chunk_size;
675-
/* Use helpers like _textiowrapper_buffer_get to access buffer; many
675+
/* Use helpers _textiowrapper_buffer_* to access buffer; many
676676
operations can set it to NULL (ref: gh-143008, gh-142594). */
677677
PyObject *buffer;
678678
PyObject *encoding;

0 commit comments

Comments
 (0)