We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae6195 commit 4e581d6Copy full SHA for 4e581d6
Doc/library/py_compile.rst
@@ -35,7 +35,7 @@ byte-code cache files in the directory containing the source code.
35
in ``.pyc``.
36
For example, if *file* is ``/foo/bar/baz.py`` *cfile* will default to
37
``/foo/bar/__pycache__/baz.cpython-32.pyc`` for Python 3.2. If *dfile* is
38
- specified, it is used as the name of the source file in error messages when
+ specified, it is used as the name of the source file in error messages
39
instead of *file*. If *doraise* is true, a :exc:`PyCompileError` is raised
40
when an error is encountered while compiling *file*. If *doraise* is false
41
(the default), an error string is written to ``sys.stderr``, but no exception
0 commit comments