Skip to content

Commit 3e230c7

Browse files
committed
Address comments
1 parent 76d5dc7 commit 3e230c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/mplot3d/art3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def paths_to_3d_segments_with_codes(paths, zs=0, zdir='z'):
234234
Convert paths from a collection object to 3D segments with path codes.
235235
236236
.. versionchanged :: 3.1
237-
Return type changed from a list to a numpy.array
237+
Return type changed from a tuple of lists to a tuple of numpy.array
238238
"""
239239

240240
zs = np.broadcast_to(zs, len(paths))

0 commit comments

Comments
 (0)