summaryrefslogtreecommitdiff
path: root/docs/source/auto_examples/plot_OT_L1_vs_L2.rst
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2018-05-30 09:58:51 +0200
committerRémi Flamary <remi.flamary@gmail.com>2018-05-30 09:58:51 +0200
commitb5e45bbc83fd8cd8c1634a78f2f983d1cf28af73 (patch)
tree965b01f0313ff5ac2c2013239adda48f767ba992 /docs/source/auto_examples/plot_OT_L1_vs_L2.rst
parent90e42f32bdf0dd06667edaf172c51f4d4fce2c8b (diff)
update examples and notebooks
Diffstat (limited to 'docs/source/auto_examples/plot_OT_L1_vs_L2.rst')
-rw-r--r--docs/source/auto_examples/plot_OT_L1_vs_L2.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/auto_examples/plot_OT_L1_vs_L2.rst b/docs/source/auto_examples/plot_OT_L1_vs_L2.rst
index 01d6ac2..5db4b55 100644
--- a/docs/source/auto_examples/plot_OT_L1_vs_L2.rst
+++ b/docs/source/auto_examples/plot_OT_L1_vs_L2.rst
@@ -70,7 +70,7 @@ Dataset 1 : uniform sampling
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
@@ -291,7 +291,7 @@ Dataset 2 : Plot OT Matrices
-**Total running time of the script:** ( 0 minutes 3.750 seconds)
+**Total running time of the script:** ( 0 minutes 0.958 seconds)