Thanks to visit codestin.com Credit goes to github.com
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 fab2f34 commit 10032ebCopy full SHA for 10032eb
1 file changed
Modules/cStringIO.c
@@ -79,7 +79,7 @@ static char cStringIO_module_documentation[] =
79
" an_input_stream=StringIO(a_string)\n"
80
" spam=an_input_stream.readline()\n"
81
" spam=an_input_stream.read(5)\n"
82
-" an_input_stream.reset() # OK, start over, note no seek yet\n"
+" an_input_stream.reset() # OK, start over\n"
83
" spam=an_input_stream.read() # and read it all\n"
84
" \n"
85
"If someone else wants to provide a more complete implementation,\n"
0 commit comments