Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Dec 5, 2024
1 parent 1b76d7a commit 72c7dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micrograd/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


class ValueMagics(ABC):
"""Macig methods of Value class"""
"""Magic methods of Value class"""

def __neg__(self) -> "Value": # -self
return self * -1
Expand Down

0 comments on commit 72c7dbb

Please sign in to comment.