8000 Adjust wrap in contributing.rst · matplotlib/matplotlib@c63f401 · GitHub
[go: up one dir, main page]

Skip to content

Commit c63f401

Browse files
committed
Adjust wrap in contributing.rst
1 parent f6a3178 commit c63f401

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/devel/contributing.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Submitting a bug report
1414

1515
If you find a bug in the code or documentation, do not hesitate to submit a
1616
ticket to the
17-
`Bug Tracker <https://github.com/matplotlib/matplotlib/issues>`_. You are also welcome to post feature requests or pull requests.
17+
`Bug Tracker <https://github.com/matplotlib/matplotlib/issues>`_. You are also
18+
welcome to post feature requests or pull requests.
1819

1920
If you are reporting a bug, please do your best to include the following:
2021

@@ -29,8 +30,8 @@ If you are reporting a bug, please do your best to include the following:
2930

3031
4. The expected outcome of the code snippet
3132

32-
5. The Matplotlib version, Python version and platform that you are using. You can grab the
33-
version with the following commands::
33+
5. The Matplotlib version, Python version and platform that you are using. You
34+
can grab the version with the following commands::
3435

3536
>>> import matplotlib
3637
>>> matplotlib.__version__
@@ -39,7 +40,8 @@ If you are reporting a bug, please do your best to include the following:
3940
>>> platform.python_version()
4041
'2.7.12'
4142

42-
We have preloaded the issue creation page with a Markdown template that you can use to organize this information.
43+
We have preloaded the issue creation page with a Markdown template that you can
44+
use to organize this information.
4345

4446
Thank you for your help in keeping bug reports complete, targeted and descriptive.
4547

0 commit comments

Comments
 (0)
0