Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
iritkatriel committed Jun 4, 2024
1 parent a37893f commit c0489e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/dis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ operation is being performed, so the intermediate analysis object isn't useful:
.. versionchanged:: 3.13
The *show_caches* parameter is deprecated and has no effect. The iterator
generates the :class:`Instruction` instances with the *cache_info*
field populated (regardless of the value of *show_caches*) and it does not
generate separate items for the cache entries as it did before.
field populated (regardless of the value of *show_caches*) and it no longer
generates separate items for the cache entries.

.. function:: findlinestarts(code)

Expand Down

0 comments on commit c0489e4

Please sign in to comment.