Skip to content

Commit b74468e

Browse files
authored
bpo-40122: Updated documentation for dis.findlabels() (GH-19274)
1 parent 1767a04 commit b74468e

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)