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 3b27abd

Browse filesBrowse files
authored
Merge pull request #19298 from anntzer/brt
Fix misplaced colon in bug report template.
2 parents 840cb3d + bef1457 commit 3b27abd
Copy full SHA for 3b27abd

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎.github/ISSUE_TEMPLATE/bug_report.md

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ Avoid using threads, as Matplotlib is (explicitly) not thread-safe.-->
4242

4343
**Matplotlib version**
4444
<!--Please specify your platform and versions of the relevant libraries you are using:-->
45-
* Operating system:
46-
* Matplotlib version: (`import matplotlib; print(matplotlib.__version__)`)
47-
* Matplotlib backend (`print(matplotlib.get_backend())`):
48-
* Python version:
49-
* Jupyter version (if applicable):
45+
* Operating system:
46+
* Matplotlib version (`import matplotlib; print(matplotlib.__version__)`):
47+
* Matplotlib backend (`print(matplotlib.get_backend())`):
48+
* Python version:
49+
* Jupyter version (if applicable):
5050
* Other libraries:
5151

5252
<!--Please tell us how you installed matplotlib and python e.g., from source, pip, conda-->

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.