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

Skip to content

Commit 9767cfe

Browse files
authored
Merge pull request #10475 from he7d3r/patch-1
Use HTTP Secure for matplotlib.org
2 parents 96c2876 + db7dcbe commit 9767cfe

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
@@ -1247,7 +1247,7 @@ class FigureManagerSVG(FigureManagerBase):
12471247
<?xml version="1.0" encoding="utf-8" standalone="no"?>
12481248
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
12491249
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
1250-
<!-- Created with matplotlib (http://matplotlib.org/) -->
1250+
<!-- Created with matplotlib (https://matplotlib.org/) -->
12511251
"""
12521252

12531253

0 commit comments

Comments
 (0)