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

Skip to content

Commit 0b8b37e

Browse files
ksundenQuLogic
andauthored
Fix spacing on line breaks
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 865e87c commit 0b8b37e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/projections/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
from mpl_toolkits.mplot3d import Axes3D
6161
except ImportError:
6262
import warnings
63-
warnings.warn("Unable to import Axes3D. This may be due to multiple versions of"
64-
"Matplotlib being installed (e.g. as a system package and as a pip"
63+
warnings.warn("Unable to import Axes3D. This may be due to multiple versions of "
64+
"Matplotlib being installed (e.g. as a system package and as a pip "
6565
"package). As a result, the 3D projection is not available.")
6666
Axes3D = None
6767

0 commit comments

Comments
 (0)