]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
linecache: Fix docstring location (#117948)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Tue, 16 Apr 2024 22:37:18 +0000 (15:37 -0700)
committerGitHub <noreply@github.com>
Tue, 16 Apr 2024 22:37:18 +0000 (15:37 -0700)
commitdd4383f3c12fc938a445d974543f897c3fc07c0a
tree943b0bed11f4c65ac4addd63c2f6007d918013e3
parentd70ee13e575ae4832f2824add64dba77ce5ab7ad
linecache: Fix docstring location (#117948)

gh-117501 put some code before the docstring, so now it is no longer
recognized as a docstring.
Lib/linecache.py