Skip to content

Commit

Permalink
Fix typo in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrettasm committed Feb 6, 2025
1 parent 12f8fc6 commit 2cc1441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygenalgo/engines/auxiliary.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,6 @@ def __contains__(self, item: Chromosome) -> bool:
:return: true if the 'item' belongs in the population.
"""
return item in self.population
# _end_if_
# _end_def_

# _end_class_

0 comments on commit 2cc1441

Please sign in to comment.