8000
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 e4b359d commit b1383bcCopy full SHA for b1383bc
Doc/library/py_compile.rst
@@ -35,7 +35,7 @@ byte-code cache files in the directory containing the source code.
35
in ``.pyc``. 68B4 div>
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