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 148fa73 commit 34b2066Copy full SHA for 34b2066
test/freetype_test.py
@@ -921,15 +921,15 @@ def test_freetype_Font_render_to_mono(self):
921
self.assertEqual(
922
surf.get_at(bottomleft),
923
fill_color,
924
- "Position: {}. Depth: {}." " fg_color: {}.".format(
+ "Position: {}. Depth: {}. fg_color: {}.".format(
925
bottomleft, surf.get_bitsize(), fg_color
926
),
927
)
928
bottomright = rrect.width - 1, rrect.height - 1
929
930
surf.get_at(bottomright),
931
r_fg_color,
932
933
bottomright, surf.get_bitsize(), fg_color
934
935
0 commit comments