summaryrefslogtreecommitdiff
path: root/docs/source/auto_examples/plot_OT_L1_vs_L2.py
diff options
context:
space:
mode:
authorKilian <kilian.fatras@gmail.com>2018-06-26 11:10:40 -0700
committerGitHub <noreply@github.com>2018-06-26 11:10:40 -0700
commitb4bc86176a5712fdd2f930fbf5d1968edd5efa5e (patch)
tree075c694496216f0a6db61e879ece5eb2e799fc07 /docs/source/auto_examples/plot_OT_L1_vs_L2.py
parent208ff4627ba28aa3f35328c5928324019c23ddac (diff)
parent327b0c6e0ccb0c9453179eb316021c34bcdffec4 (diff)
Merge branch 'master' into stochastic_OT
Diffstat (limited to 'docs/source/auto_examples/plot_OT_L1_vs_L2.py')
-rw-r--r--docs/source/auto_examples/plot_OT_L1_vs_L2.py2
1 files changed, 1 insertions, 1 deletions
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