Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 10032eb

Browse files
committed
Module docstring indicated seek() isn't implemented, but it is.
1 parent fab2f34 commit 10032eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/cStringIO.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ static char cStringIO_module_documentation[] =
7979
" an_input_stream=StringIO(a_string)\n"
8080
" spam=an_input_stream.readline()\n"
8181
" spam=an_input_stream.read(5)\n"
82-
" an_input_stream.reset() # OK, start over, note no seek yet\n"
82+
" an_input_stream.reset() # OK, start over\n"
8383
" spam=an_input_stream.read() # and read it all\n"
8484
" \n"
8585
"If someone else wants to provide a more complete implementation,\n"

0 commit comments

Comments
 (0)