Skip to content

Commit bef1457

Browse files
committed
Fix misplaced colon in bug report template.
1 parent 2219872 commit bef1457

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)