Skip to content

Commit 230b799

Browse files
fix typo in docstring
1 parent 2bc3cce commit 230b799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xdeps/refs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def __eq__(self, other):
127127
virtue of representing the same expression!), we must not use __eq__ to
128128
create expressions.
129129
130-
If a deferred equality expression is desired, use `self.eq`.
130+
If a deferred equality expression is desired, use `self._eq`.
131131
"""
132132
return str(self) == str(other)
133133

0 commit comments

Comments
 (0)