Skip to content

Commit 597ea11

Browse files
committed
fix function directive for dis.distb
1 parent 9a105eb commit 597ea11

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
@@ -270,7 +270,7 @@ operation is being performed, so the intermediate analysis object isn't useful:
270270
Added the *show_caches* and *adaptive* parameters.
271271

272272

273-
.. function:: distb(tb=None, *, file=None, show_caches=False, adaptive=False,
273+
.. function:: distb(tb=None, *, file=None, show_caches=False, adaptive=False, \
274274
show_offset=False)
275275

276276
Disassemble the top-of-stack function of a traceback, using the last

0 commit comments

Comments
 (0)