Skip to content

Commit 6885b5b

Browse files
committed
Update comment.
1 parent 8e8618e commit 6885b5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygenalgo/genome/chromosome.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def __contains__(self, item: Gene) -> bool:
246246
:return: true if the 'item' belongs in the genome.
247247
"""
248248
return item in self._genome
249-
# _end_if_
249+
# _end_def_
250250

251251
def __copy__(self):
252252
"""

0 commit comments

Comments
 (0)