Skip to content

Commit 92ab89b

Browse files
committed
Fix typo
1 parent 7b76b90 commit 92ab89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/ir/ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def sources(self) -> list[Value]:
238238

239239
@abstractmethod
240240
def set_sources(self, new: list[Value]) -> None:
241-
"""Rewrite the soruces of an op"""
241+
"""Rewrite the sources of an op"""
242242

243243
def stolen(self) -> list[Value]:
244244
"""Return arguments that have a reference count stolen by this op"""

0 commit comments

Comments
 (0)