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

Skip to content

Commit eb776dd

Browse files
committed
Fix syntax highlighting in contrib guide.
(See other logging-output blocks, which are specified in the same way.)
1 parent ec99c15 commit eb776dd

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)