Skip to content

Commit

Permalink
Address review: fix misspelling in refcounts.dat
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Aug 2, 2024
1 parent 0f82039 commit fe41ad7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/data/refcounts.dat
Original file line number Diff line number Diff line change
Expand Up @@ -1132,9 +1132,9 @@ PyAIter_Check:PyObject*:o:0:
PyIter_Next:PyObject*::+1:
PyIter_Next:PyObject*:o:0:

PyIter_NextIter:int:::
PyIter_NextIter:PyObject*:iter:0:
PyIter_NextIter:PyObject**:item:+1:
PyIter_NextItem:int:::
PyIter_NextItem:PyObject*:iter:0:
PyIter_NextItem:PyObject**:item:+1:

PyIter_Send:int:::
PyIter_Send:PyObject*:iter:0:
Expand Down

0 comments on commit fe41ad7

Please sign in to comment.