Skip to content

Commit 009cf12

Browse files
committed
Fix comment referring to function name
1 parent d1a1a98 commit 009cf12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/_io/textio.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,8 @@ struct textio
672672
int ok; /* initialized? */
673673
int detached;
674674
Py_ssize_t chunk_size;
675-
/* Use helpers _textiowrapper_buffer_* to access buffer; many
676-
operations can set it to NULL (see gh-143008, gh-142594). */
675+
/* Use helpers buffer_* to access buffer; many operations can set it to
676+
NULL (see gh-143008, gh-142594). */
677677
PyObject *buffer;
678678
PyObject *encoding;
679679
PyObject *encoder;

0 commit comments

Comments
 (0)