mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Module docstring indicated seek() isn't implemented, but it is.
This commit is contained in:
parent
fab2f34538
commit
10032ebb48
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ static char cStringIO_module_documentation[] =
|
|||
" an_input_stream=StringIO(a_string)\n"
|
||||
" spam=an_input_stream.readline()\n"
|
||||
" spam=an_input_stream.read(5)\n"
|
||||
" an_input_stream.reset() # OK, start over, note no seek yet\n"
|
||||
" an_input_stream.reset() # OK, start over\n"
|
||||
" spam=an_input_stream.read() # and read it all\n"
|
||||
" \n"
|
||||
"If someone else wants to provide a more complete implementation,\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue