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

Skip to content

Commit 3b27abd

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines 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)