aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/vm-state.md
diff options
context:
space:
mode:
authorXie Yanbo <xieyanbo@gmail.com>2024-06-04 18:22:22 +0800
committerGitHub <noreply@github.com>2024-06-04 10:22:22 +0000
commit9e052619a6d32051394444c24d3185db1735a893 (patch)
tree0e978a83eadc1155de9f2435ecd6c32c1faeae99 /Python/vm-state.md
parent5a1205b641df133932ed4c65b9a4ff5724e89963 (diff)
downloadcpython-9e052619a6d32051394444c24d3185db1735a893.tar.gz
cpython-9e052619a6d32051394444c24d3185db1735a893.zip
Fix typos in documentation and comments (#119763)
Diffstat (limited to 'Python/vm-state.md')
-rw-r--r--Python/vm-state.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/vm-state.md b/Python/vm-state.md
index 4c68ba3b575..b3246557dbe 100644
--- a/Python/vm-state.md
+++ b/Python/vm-state.md
@@ -87,4 +87,4 @@ Tier 2 IR entries are all the same size; there is no equivalent to `EXTENDED_ARG
- **opcode**: Sometimes the same as a Tier 1 opcode, sometimes a separate micro opcode. Tier 2 opcodes are 9 bits (as opposed to Tier 1 opcodes, which fit in 8 bits). By convention, Tier 2 opcode names start with `_`.
- **oparg**: The argument. Usually the same as the Tier 1 oparg after expansion of `EXTENDED_ARG` prefixes. Up to 32 bits.
-- **operand**: An aditional argument, Typically the value of *one* cache item from the Tier 1 inline cache, up to 64 bits.
+- **operand**: An additional argument, Typically the value of *one* cache item from the Tier 1 inline cache, up to 64 bits.