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

Skip to content

Commit 0f29ba3

Browse files
committed
Dedent rst list.
As noted elsewhere, the extra indent causes an extra-extra indented bullet list when rendered.
1 parent 48b6327 commit 0f29ba3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/matplotlib/pyplot.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -359,15 +359,15 @@ def isinteractive():
359359
360360
If in interactive mode then:
361361
362-
- newly created figures will be shown immediately
363-
- figures will automatically redraw on change
364-
- `.pyplot.show` will not block by default
362+
- newly created figures will be shown immediately;
363+
- figures will automatically redraw on change;
364+
- `.pyplot.show` will not block by default.
365365
366366
If not in interactive mode then:
367367
368-
- newly created figures and changes to figures will
369-
not be reflected until explicitly asked to be
370-
- `.pyplot.show` will block by default
368+
- newly created figures and changes to figures will not be reflected until
369+
explicitly asked to be;
370+
- `.pyplot.show` will block by default.
371371
372372
See Also
373373
--------

0 commit comments

Comments
 (0)