We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae83c78 commit bdd8674Copy full SHA for bdd8674
Include/cpython/code.h
@@ -28,7 +28,7 @@ typedef union {
28
#define _Py_OPARG(word) ((word).oparg)
29
30
static inline void
31
-_py_set_opocde(_Py_CODEUNIT *word, uint8_t opcode)
+_py_set_opcode(_Py_CODEUNIT *word, uint8_t opcode)
32
{
33
word->opcode = opcode;
34
}
0 commit comments