mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Replace non-breaking spaces with normal spaces (#130116)
Using normal spaces in place of non-breaking spaces.
This commit is contained in:
parent
a7d41a8947
commit
798f8d3ea9
13 changed files with 14 additions and 14 deletions
|
@ -105,7 +105,7 @@ snippet decode a complete instruction:
|
|||
For various reasons we'll get to later (mostly efficiency, given that `EXTENDED_ARG`
|
||||
is rare) the actual code is different.
|
||||
|
||||
## Jumps
|
||||
## Jumps
|
||||
|
||||
Note that when the `switch` statement is reached, `next_instr` (the "instruction offset")
|
||||
already points to the next instruction.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue