We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42caa08 commit 551c3ebCopy full SHA for 551c3eb
Modules/_io/textio.c
@@ -672,7 +672,7 @@ struct textio
672
int ok; /* initialized? */
673
int detached;
674
Py_ssize_t chunk_size;
675
- /* Use helpers like _textiowrapper_buffer_get to access buffer; many
+ /* Use helpers _textiowrapper_buffer_* to access buffer; many
676
operations can set it to NULL (ref: gh-143008, gh-142594). */
677
PyObject *buffer;
678
PyObject *encoding;
0 commit comments