We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b76b90 commit 92ab89bCopy full SHA for 92ab89b
mypyc/ir/ops.py
@@ -238,7 +238,7 @@ def sources(self) -> list[Value]:
238
239
@abstractmethod
240
def set_sources(self, new: list[Value]) -> None:
241
- """Rewrite the soruces of an op"""
+ """Rewrite the sources of an op"""
242
243
def stolen(self) -> list[Value]:
244
"""Return arguments that have a reference count stolen by this op"""
0 commit comments