8000 Fix syntax highlighting in contrib guide. · matplotlib/matplotlib@eb776dd · GitHub
[go: up one dir, main page]

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
< 55C5 td data-grid-cell-id="diff-a5688b9958b90f81df0d5f060660979d2df7e03220bd7edcdc2fa4d4392bfc90-537-537-1" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-additionNum-bgColor, var(--diffBlob-addition-bgColor-num));text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative left-side">537
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::
+
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)
0