mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
[3.11] io: Add missing f (#96701)
This commit is contained in:
parent
99919d4e8a
commit
7bfb11de68
2 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,7 @@ def __getattr__(name):
|
|||
global OpenWrapper
|
||||
OpenWrapper = open
|
||||
return OpenWrapper
|
||||
raise AttributeError("module {__name__!r} has no attribute {name!r}")
|
||||
raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
|
||||
|
||||
|
||||
# Pretend this exception was created here.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue