Browse Source

bpo-40122: Updated documentation for dis.findlabels() (GH-19274)

pull/19332/head
laike9m 6 years ago
committed by GitHub
parent
commit
b74468e233
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Doc/library/dis.rst

2
Doc/library/dis.rst

@ -244,7 +244,7 @@ operation is being performed, so the intermediate analysis object isn't useful:
.. function:: findlabels(code)
Detect all offsets in the code object *code* which are jump targets, and
Detect all offsets in the raw compiled bytecode string *code* which are jump targets, and
return a list of these offsets.

Loading…
Cancel
Save