Skip to content

Commit b47d504

Browse files
authored
[MRG] minor spelling fix (#353)
1 parent 9412f0a commit b47d504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/plot_OT_L1_vs_L2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
pl.plot(xs[:, 0], xs[:, 1], '+b', label='Source samples')
151151
pl.plot(xt[:, 0], xt[:, 1], 'xr', label='Target samples')
152152
pl.axis('equal')
153-
pl.title('Source and traget distributions')
153+
pl.title('Source and target distributions')
154154

155155

156156
# Cost matrices

0 commit comments

Comments
 (0)