File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1822,11 +1822,12 @@ def gca(self, **kwargs):
1822
1822
"3.0" ,
1823
1823
"Calling `gca()` using the same arguments as a "
1824
1824
"previous axes currently reuses the earlier "
1825
- "instance. In a future version, a new instance will "
1826
- "always be created and returned. Meanwhile, this "
1827
- "warning can be suppressed, and the future behavior "
1828
- "ensured, by passing a unique label to each axes "
1829
- "instance." )
1825
+ "instance.\n "
1826
+ "In a future version, a new instance will "
1827
+ "always be created and returned.\n "
1828
+ "Meanwhile, this warning can be suppressed, and the "
1829
+ "future behavior ensured, by passing a unique label "
1830
+ "to each axes instance." )
1830
1831
return cax
1831
1832
else :
1832
1833
warnings .warn ('Requested projection is different from '
You can’t perform that action at this time.
0 commit comments