Skip to content

Commit c82851c

Browse files
committed
format comment
1 parent bb5563c commit c82851c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dspy/primitives/prediction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def __eq__(self, other):
104104
elif isinstance(other, Prediction):
105105
return self.__float__() == float(other)
106106
else:
107-
# we should return False when Prediction is compared with other types and
107+
# we should return False when Prediction is compared with other types
108108
return False
109109

110110
@property

0 commit comments

Comments
 (0)