Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 98f0f04

Browse files
isidenticalpablogsal
authored andcommitted
bpo-38731: Fix function signature of quiet in docs (GH-17719)
1 parent ef7eaaf commit 98f0f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/py_compile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ byte-code cache files in the directory containing the source code.
2727
Exception raised when an error occurs while attempting to compile the file.
2828

2929

30-
.. function:: compile(file, cfile=None, dfile=None, doraise=False, optimize=-1, invalidation_mode=PycInvalidationMode.TIMESTAMP)
30+
.. function:: compile(file, cfile=None, dfile=None, doraise=False, optimize=-1, invalidation_mode=PycInvalidationMode.TIMESTAMP, quiet=0)
3131

3232
Compile a source file to byte-code and write out the byte-code cache file.
3333
The source code is loaded from the file named *file*. The byte-code is

0 commit comments

Comments
 (0)