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

Skip to content

Commit ee45790

Browse files
authored
PEP8 fix for continuation of the line
1 parent 4173ba4 commit ee45790

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
@@ -2633,7 +2633,7 @@ def calc_arrow(uvw, angle=15):
26332633
argi = 6
26342634
if len(args) < argi:
26352635
raise ValueError('Wrong number of arguments. Expected %d got %d' %
2636-
(argi, len(args)))
2636+
(argi, len(args)))
26372637

26382638
# first 6 arguments are X, Y, Z, U, V, W
26392639
input_args = args[:argi]

0 commit comments

Comments
 (0)