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

Skip to content

Commit a09a4b7

Browse files
authored
Reduce docstring below char limit
1 parent 9cbc95d commit a09a4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/axes3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def convert_zunits(self, z):
154154

155155
def _process_unit_info(self, xdata=None, ydata=None, zdata=None,
156156
kwargs=None):
157-
"""Look for unit *kwargs* and update the axis instances as necessary."""
157+
"""Update the axis instances based on unit *kwargs* if given."""
158158
super()._process_unit_info(xdata=xdata, ydata=ydata, kwargs=kwargs)
159159

160160
if self.xaxis is None or self.yaxis is None or self.zaxis is None:

0 commit comments

Comments
 (0)