Skip to content

Commit bdd8674

Browse files
authored
GH-100222: fix typo _py_set_opocde -> _py_set_opcode (GH-100259)
Typo introduced in #100223. Automerge-Triggered-By: GH:brandtbucher
1 parent ae83c78 commit bdd8674

File tree

2 files changed

+66
-66
lines changed

2 files changed

+66
-66
lines changed

Include/cpython/code.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ typedef union {
2828
#define _Py_OPARG(word) ((word).oparg)
2929

3030
static inline void
31-
_py_set_opocde(_Py_CODEUNIT *word, uint8_t opcode)
31+
_py_set_opcode(_Py_CODEUNIT *word, uint8_t opcode)
3232
{
3333
word->opcode = opcode;
3434
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy