8000 bpo-40122: Updated documentation for dis.findlabels() (GH-19274) · miss-islington/cpython@b5c9a6a · GitHub
[go: up one dir, main page]

Skip to content

Commit b5c9a6a

Browse files
laike9mmiss-islington
authored andcommitted
bpo-40122: Updated documentation for dis.findlabels() (pythonGH-19274)
(cherry picked from commit b74468e) Co-authored-by: laike9m <laike9m@users.noreply.github.com>
1 parent 7ed2acc commit b5c9a6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/dis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ operation is being performed, so the intermediate analysis object isn't useful:
244244

245245
.. function:: findlabels(code)
246246

247-
Detect all offsets in the code object *code* which are jump targets, and
247+
Detect all offsets in the raw compiled bytecode string *code* which are jump targets, and
248248
return a list of these offsets.
249249

250250

0 commit comments

Comments
 (0)
0