mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #18743: Fix references to non-existant "StringIO" module
in docstrings and comments.
This commit is contained in:
commit
48e6a8c88a
8 changed files with 15 additions and 24 deletions
|
@ -501,7 +501,7 @@ class SpooledTemporaryFile:
|
|||
|
||||
# The method caching trick from NamedTemporaryFile
|
||||
# won't work here, because _file may change from a
|
||||
# _StringIO instance to a real file. So we list
|
||||
# BytesIO/StringIO instance to a real file. So we list
|
||||
# all the methods directly.
|
||||
|
||||
# Context management protocol
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue