diff --git a/Doc/library/dis.rst b/Doc/library/dis.rst index c0bb977e4fe148..cad73192f7cd43 100644 --- a/Doc/library/dis.rst +++ b/Doc/library/dis.rst @@ -312,7 +312,8 @@ operation is being performed, so the intermediate analysis object isn't useful: .. versionchanged:: 3.14 Added the *show_positions* parameter. -.. function:: disassemble(code, lasti=-1, *, file=None, show_caches=False, adaptive=False) +.. function:: disassemble(code, lasti=-1, *, file=None, show_caches=False,\ + adaptive=False, show_offsets=False, show_positions=False) disco(code, lasti=-1, *, file=None, show_caches=False, adaptive=False,\ show_offsets=False, show_positions=False)