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 d88b55f commit b99661eCopy full SHA for b99661e
Lib/test/test_math.py
@@ -2533,7 +2533,7 @@ def test_exception_messages(self):
2533
math.log(x)
2534
x = -123
2535
with self.assertRaisesRegex(ValueError,
2536
- f"expected a positive input"):
+ "expected a positive input"):
2537
2538
2539
f"expected a float or nonnegative integer, got {x}"):
0 commit comments