Skip to content
Snippets Groups Projects
Unverified Commit 7bfb11de authored by Jelle Zijlstra's avatar Jelle Zijlstra Committed by GitHub
Browse files

[3.11] io: Add missing f (#96701)

parent 99919d4e
Branches
Tags
No related merge requests found
......@@ -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.
......
Fix incorrect error message in the :mod:`io` module.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment