From 118ff78a18a7bc29b745c86e73f2d07ba1eeb237 Mon Sep 17 00:00:00 2001 From: Michael Cochez <3889771+miselico@users.noreply.github.com> Date: Mon, 18 Jan 2021 17:32:43 +0100 Subject: [PATCH] Update pso_basic.rst The line numbers are one off, causing a needed part to be cut off. --- doc/examples/pso_basic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/pso_basic.rst b/doc/examples/pso_basic.rst index a3f01c8b1..eab9cb0a0 100644 --- a/doc/examples/pso_basic.rst +++ b/doc/examples/pso_basic.rst @@ -79,7 +79,7 @@ function is already defined in the benchmarks module, so we can register it directly. .. literalinclude:: /../examples/pso/basic.py - :lines: 50-54 + :lines: 51-55 Algorithm =========