We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188329c commit bcf913bCopy full SHA for bcf913b
1 file changed
Doc/library/linecache.rst
@@ -30,7 +30,7 @@ The :mod:`linecache` module defines the following functions:
30
31
.. index:: triple: module; search; path
32
33
- If *filename* indicates a frozen module (starting with ``<frozen ``), the function
+ If *filename* indicates a frozen module (starting with ``'<frozen '``), the function
34
will attepmt to get the real file name from ``module_globals['__file__']`` if
35
*module_globals* is not ``None``.
36
0 commit comments