Skip to content

Commit e444453

Browse files
authored
gh-149096: Remove 'im_*' attribute reference from inspect module docstring (#149108)
The im_class/func/self names were removed in 3.0. The prefix appears nowhere else in inspect.py and nowhere in inspect.rst.
1 parent 17975f9 commit e444453

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/inspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Get useful information from live Python objects.
22
33
This module encapsulates the interface provided by the internal special
4-
attributes (co_*, im_*, tb_*, etc.) in a friendlier fashion.
4+
attributes (co_*, tb_*, etc.) in a friendlier fashion.
55
It also provides some help for examining source code and class layout.
66
77
Here are some of the useful functions provided by this module:

0 commit comments

Comments
 (0)