Skip to content

Commit bcf913b

Browse files
Fix lint
1 parent 188329c commit bcf913b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/linecache.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The :mod:`linecache` module defines the following functions:
3030

3131
.. index:: triple: module; search; path
3232

33-
If *filename* indicates a frozen module (starting with ``<frozen ``), the function
33+
If *filename* indicates a frozen module (starting with ``'<frozen '``), the function
3434
will attepmt to get the real file name from ``module_globals['__file__']`` if
3535
*module_globals* is not ``None``.
3636

0 commit comments

Comments
 (0)