Skip to content

Commit 0c9e9bc

Browse files
committed
type in title
target instead of traget
1 parent 42d0aa9 commit 0c9e9bc

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
@@ -52,7 +52,7 @@
5252
pl.plot(xs[:, 0], xs[:, 1], '+b', label='Source samples')
5353
pl.plot(xt[:, 0], xt[:, 1], 'xr', label='Target samples')
5454
pl.axis('equal')
55-
pl.title('Source and traget distributions')
55+
pl.title('Source and target distributions')
5656

5757

5858
# Cost matrices

0 commit comments

Comments
 (0)