Skip to content

Commit 5ff8030

Browse files
authored
Merge pull request #39 from DeVerMyst/master
typo in title
2 parents 1ebc6c8 + 0c9e9bc commit 5ff8030

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

5858

5959
# Cost matrices

0 commit comments

Comments
 (0)