Skip to content

Commit 99d7808

Browse files
committed
fix duplicated sections in frames.md file
In the frames.md file at InternalDocs, change the first duplicated title to Specials, and remove unnecessary content under the Specials section.
1 parent db1e582 commit 99d7808

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

InternalDocs/frames.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@ as the arguments on the stack are (usually) already in the correct
4949
location for the parameters. However, it requires the VM to maintain
5050
an extra pointer for the locals, which can hurt performance.
5151

52-
### Generators and Coroutines
52+
### Specials
5353

54-
Generators and coroutines contain a `_PyInterpreterFrame`
5554
The specials section contains the following pointers:
5655

5756
* Globals dict

0 commit comments

Comments
 (0)