From 993d305fc96f9a2f0f20a26256d3317906872649 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Thu, 8 Oct 2015 13:57:21 +0200 Subject: [PATCH] docs: example paste error --- docs/examples.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples.rst b/docs/examples.rst index 5caebe6..fb6da62 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -296,7 +296,7 @@ Alternatively the ``parzen_async()`` function can also be written with :func:`as # create 100 calculations and return the collated result def parzen_async(): - mu_vec = numpy.array([0, 0])n this case, but without hook support. + mu_vec = numpy.array([0, 0]) cov_mat = numpy.array([[1, 0], [0, 1]]) sample = numpy.random. \ multivariate_normal(mu_vec, cov_mat, 10000)