summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeiland <keiland.cooper@gmail.com>2022-03-09 13:09:15 -0800
committerGitHub <noreply@github.com>2022-03-09 22:09:15 +0100
commitb47d5045d97ba0c0c98dada34ad643a26c1fb86e (patch)
tree7e3e3cb46c4ba117b018d1f4294a734cd6030d6b
parent9412f0ad1c0003e659b7d779bf8b6728e0e5e60f (diff)
[MRG] minor spelling fix (#353)
-rw-r--r--examples/plot_OT_L1_vs_L2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/plot_OT_L1_vs_L2.py b/examples/plot_OT_L1_vs_L2.py
index 60353ab..cb94574 100644
--- a/examples/plot_OT_L1_vs_L2.py
+++ b/examples/plot_OT_L1_vs_L2.py
@@ -150,7 +150,7 @@ pl.clf()
pl.plot(xs[:, 0], xs[:, 1], '+b', label='Source samples')
pl.plot(xt[:, 0], xt[:, 1], 'xr', label='Target samples')
pl.axis('equal')
-pl.title('Source and traget distributions')
+pl.title('Source and target distributions')
# Cost matrices