We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ffb39 commit 8d5ca01Copy full SHA for 8d5ca01
Lib/test/test_traceback.py
@@ -5064,7 +5064,7 @@ def test_missing_stdlib_module(self):
5064
code = """
5065
import sys
5066
import traceback
5067
- traceback.MISSING_STDLIB_MODULE_MESSAGES = {'spam': 'Install 'spam4life' for 'spam''}
+ traceback.MISSING_STDLIB_MODULE_MESSAGES = {'spam': "Install 'spam4life' for 'spam'"}
5068
sys.stdlib_module_names |= {'spam'}
5069
import spam
5070
"""
0 commit comments