Thanks to visit codestin.com Credit goes to github.com
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 582084b commit cc28374Copy full SHA for cc28374
lib/matplotlib/backends/backend_svg.py
@@ -31,10 +31,11 @@
31
# ----------------------------------------------------------------------
32
# SimpleXMLWriter class
33
#
34
-# Based on an original by Fredrick Lundh, but modified here to:
+# Based on an original by Fredrik Lundh, but modified here to:
35
# 1. Support modern Python idioms
36
# 2. Remove encoding support (it's handled by the file writer instead)
37
# 3. Support proper indentation
38
+# 4. Minify things a little bit
39
40
# --------------------------------------------------------------------
41
# The SimpleXMLWriter module is
0 commit comments