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

Skip to content

Commit 4652f7f

Browse files
author
Manuel Jung
committed
Add missing whitespace
1 parent c014846 commit 4652f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/streamplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def streamplot(axes, x, y, u, v, density=1, linewidth=None, color=None,
101101
arrow_kw = dict(arrowstyle=arrowstyle, mutation_scale=10 * arrowsize)
102102

103103
if integration_direction not in ['both', 'forward', 'backward']:
104-
errstr = ("Integration direction '%s' not recognised."
104+
errstr = ("Integration direction '%s' not recognised. "
105105
"Expected 'both', 'forward' or 'backward'." %
106106
integration_direction)
107107
raise ValueError(errstr)

0 commit comments

Comments
 (0)