8000 Merge pull request #10475 from he7d3r/patch-1 · matplotlib/matplotlib@9767cfe · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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
4D63
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)
0