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

Skip to content

Commit 83a8a5b

Browse files
authored
Merge pull request #22010 from anntzer/sh
Fix syntax highlighting in contrib guide.
2 parents 95524e7 + eb776dd commit 83a8a5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/devel/contributing.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,9 @@ running the script::
534534
from matplotlib import my_matplotlib_module
535535
my_matplotlib_module.set_range(0, 0) # set range
536536

537-
will display::
537+
will display
538+
539+
.. code-block:: none
538540
539541
UserWarning: Attempting to set identical bottom==top
540542
warnings.warn('Attempting to set identical bottom==top')

0 commit comments

Comments
 (0)