Text changes

This commit is contained in:
danielwilczak101
2020-09-21 20:27:08 -04:00
parent e84483cf8b
commit 1d5cbb6a5e

View File

@ -20,7 +20,7 @@ ga = EasyGA.GA()
ga.evolve() ga.evolve()
``` ```
# Output: ### Output:
```python ```python
Put the out here Put the out here
``` ```
@ -60,7 +60,7 @@ ga.initialization = user_initialization_function
ga.eveolve() ga.eveolve()
``` ```
# Output: ### Output:
```python ```python
Put the out here Put the out here
``` ```