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

Skip to content

Commit 45fe2d7

Browse files
authored
Merge pull request #19716 from anntzer/colon
Fix colon placement in issue template.
2 parents afbcb50 + ebf7bc4 commit 45fe2d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ If you have an idea to improve the documentation please suggest it here
3131
**Matplotlib version**
3232
<!--Please specify the version of matplotlib and the version of the documentation that you are using:-->
3333
* Operating system:
34-
* Matplotlib version: (`import matplotlib; print(matplotlib.__version__)`)
35-
* Matplotlib documentation version: (is listed under the logo)
34+
* Matplotlib version (`import matplotlib; print(matplotlib.__version__)`):
35+
* Matplotlib documentation version (is listed under the logo):

0 commit comments

Comments
 (0)