From b47d5045d97ba0c0c98dada34ad643a26c1fb86e Mon Sep 17 00:00:00 2001 From: Keiland Date: Wed, 9 Mar 2022 13:09:15 -0800 Subject: [MRG] minor spelling fix (#353) --- 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 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 -- cgit v1.2.3