Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce0519a

Browse files
authored
Fix typo
1 parent b827d47 commit ce0519a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_svg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1005,7 +1005,7 @@ def _draw_text_as_path(self, gc, x, y, s, prop, angle, ismath, mtext=None):
10051005
glyph_info, glyph_map_new, rects = _glyphs
10061006

10071007
# We store the character glyphs w/o flipping. Instead, the
1008-
# coordinate will be flipped when this characters are used.
1008+
# coordinate will be flipped when these characters are used.
10091009
if glyph_map_new:
10101010
writer.start('defs')
10111011
for char_id, glyph_path in glyph_map_new.items():

0 commit comments

Comments
 (0)