Skip to content

Commit b16674e

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent deaa3ed commit b16674e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genetic_algorithm/basic_string.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def select(
6666
) -> list[str]:
6767
"""
6868
Select the second parent and generate new population
69-
69+
7070
>>> import random
7171
>>> random.seed(42)
7272
>>> parent_1 = ("123456", 8.0)

0 commit comments

Comments
 (0)