From b5e45bbc83fd8cd8c1634a78f2f983d1cf28af73 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Wed, 30 May 2018 09:58:51 +0200 Subject: update examples and notebooks --- docs/source/auto_examples/plot_OT_L1_vs_L2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/auto_examples/plot_OT_L1_vs_L2.py') diff --git a/docs/source/auto_examples/plot_OT_L1_vs_L2.py b/docs/source/auto_examples/plot_OT_L1_vs_L2.py index c1ed226..37b429f 100644 --- a/docs/source/auto_examples/plot_OT_L1_vs_L2.py +++ b/docs/source/auto_examples/plot_OT_L1_vs_L2.py @@ -53,7 +53,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