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

Skip to content

Commit 438ad91

Browse files
tacaswellQuLogic
andauthored
DOC: correct Jupyter/IPython capitalization
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 25accf2 commit 438ad91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/text_labels_and_annotations/autowrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Note: Auto-wrapping does not work together with
1010
``savefig(..., bbox_inches='tight')``. The 'tight' setting rescales the canvas
1111
to accommodate all content and happens before wrapping. This affects
12-
``%matplotlib inline`` in ipython and jupyter notebook the inline setting uses
12+
``%matplotlib inline`` in IPython and Jupyter notebooks where the inline setting uses
1313
``bbox_inches='tight'`` by default when saving the image to embed.
1414
"""
1515

lib/matplotlib/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ def set_wrap(self, wrap):
549549
-----
550550
Wrapping does not work together with
551551
``savefig(..., bbox_inches='tight')`` (which is also used internally
552-
by ``%matplotlib inline`` in ipython/jupyter). The 'tight' setting
552+
by ``%matplotlib inline`` in IPython/Jupyter). The 'tight' setting
553553
rescales the canvas to accommodate all content and happens before
554554
wrapping.
555555
"""

0 commit comments

Comments
 (0)