Skip to content

Commit

Permalink
docs(doc/releases.rst): fix typo "dictionnary" -> "dictionary"
Browse files Browse the repository at this point in the history
  • Loading branch information
yxliang01 authored Jun 25, 2019
1 parent 658ca67 commit b31ce3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ API enhancements
- gp: Replaced :func:`~deap.gp.evaluate` and :func:`~deap.gp.lambdify` by a single function :func:`~deap.gp.compile`.
- gp: Replaced :func:`~deap.gp.lambdifyADF` by :func:`~deap.gp.compileADF`.
- gp: New :func:`~deap.gp.graph` function that returns a list of nodes, edges and a
labels dictionnary that can then be feeded directly to networkx to
labels dictionary that can then be feeded directly to networkx to
draw the tree.
- gp: Renamed :func:`deap.gp.genRamped` as :func:`deap.gp.genHalfAndHalf`.
- gp: Merged :func:`~deap.gp.staticDepthLimit` and :func:`~deap.gp.staticSizeLimit` in a
Expand Down

0 comments on commit b31ce3a

Please sign in to comment.