From 6ae7369c7ae2ea8b2461b9980bb1c5aab2f532ee Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 10 Feb 2016 01:00:46 +1100 Subject: [PATCH] * doc/overview.rst (Operators): Excepted -> except. --- doc/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/overview.rst b/doc/overview.rst index 27fd0ab92..3a9bee941 100644 --- a/doc/overview.rst +++ b/doc/overview.rst @@ -50,7 +50,7 @@ are found in the :doc:`tutorials/basic/part1` tutorial and the various Operators --------- -Operators are just like initializers, excepted that some are already +Operators are just like initializers, except that some are already implemented in the :mod:`~deap.tools` module. Once you've chosen the perfect ones, simply register them in the toolbox. In addition you must create your evaluation function. This is how it is done in DEAP.