trevorstephens / gplearn

Genetic Programming in Python, with a scikit-learn inspired API
http://gplearn.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.59k stars 281 forks source link

docs: fix simple typo, intializing -> initializing #232

Closed trevorstephens closed 3 years ago

trevorstephens commented 3 years ago

There is a small typo in doc/intro.rst.

Closes #231

Reference Issues/PRs

What does this implement/fix? Explain your changes.