Skip to content

Commit a945f1b

Browse files
committed
Fix typo.
1 parent 9fca978 commit a945f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygenalgo/genome/gene.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def __repr__(self) -> str:
189189
190190
:return: Gene().
191191
"""
192-
return f"{self.__class__.__name__}(datum={self._datum}, _func={self._func}, valid={self._valid})"
192+
return f"{self.__class__.__name__}(datum={self._datum}, func={self._func}, valid={self._valid})"
193193
# _end_def_
194194

195195
def __deepcopy__(self, memo):

0 commit comments

Comments
 (0)