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 b15245a commit d92fea4Copy full SHA for d92fea4
1 file changed
Lib/test/test_tkinter/test_font.py
@@ -57,7 +57,6 @@ def test_create_from_named_font(self):
57
self.assertEqual(f.cget('size'), sizetype(-20))
58
self.assertEqual(f.actual('family'), named.actual('family'))
59
self.assertEqual(f.actual('weight'), 'bold')
60
- # (Options overriding the given font are only supported since 3.16.)
61
62
def test_create_from_description(self):
63
# gh-143990: a font created from a font description is resolved via
0 commit comments