From 137c3803eaf078689303f44c7b6ef6747f24eb06 Mon Sep 17 00:00:00 2001 From: Keiland Date: Wed, 9 Mar 2022 06:01:58 -0800 Subject: [PATCH] minor spelling fix --- examples/plot_OT_L1_vs_L2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plot_OT_L1_vs_L2.py b/examples/plot_OT_L1_vs_L2.py index 60353ab30..cb9457431 100644 --- a/examples/plot_OT_L1_vs_L2.py +++ b/examples/plot_OT_L1_vs_L2.py @@ -150,7 +150,7 @@ 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