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

Skip to content

Commit cc28374

Browse files
committed
Fix comment about the XML writer
1 parent 582084b commit cc28374

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/backends/backend_svg.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,11 @@
3131
# ----------------------------------------------------------------------
3232
# SimpleXMLWriter class
3333
#
34-
# Based on an original by Fredrick Lundh, but modified here to:
34+
# Based on an original by Fredrik Lundh, but modified here to:
3535
# 1. Support modern Python idioms
3636
# 2. Remove encoding support (it's handled by the file writer instead)
3737
# 3. Support proper indentation
38+
# 4. Minify things a little bit
3839

3940
# --------------------------------------------------------------------
4041
# The SimpleXMLWriter module is

0 commit comments

Comments
 (0)