Skip to content

Commit

Permalink
* creator.py (create): Fix spelling error in docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
bje- committed Feb 9, 2016
1 parent 0103e3c commit 302bde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deap/creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def create(name, base, **kargs):
:param name: The name of the class to create.
:param base: A base class from which to inherit.
:param attribute: One or more attributes to add on instanciation of this
:param attribute: One or more attributes to add on instantiation of this
class, optional.
The following is used to create a class :class:`Foo` inheriting from the
Expand Down

0 comments on commit 302bde5

Please sign in to comment.