]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-38731: Fix function signature of quiet in docs (GH-17719)
authorBatuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Sat, 28 Dec 2019 02:53:03 +0000 (05:53 +0300)
committerPablo Galindo <Pablogsal@gmail.com>
Sat, 28 Dec 2019 02:53:03 +0000 (02:53 +0000)
Doc/library/py_compile.rst

index 3824353abda1f832d804fc68e50b38f81af3069d..a12a5bb0b1aa2c0c5c290d5c619ac1cd08be11c1 100644 (file)
@@ -27,7 +27,7 @@ byte-code cache files in the directory containing the source code.
    Exception raised when an error occurs while attempting to compile the file.
 
 
-.. function:: compile(file, cfile=None, dfile=None, doraise=False, optimize=-1, invalidation_mode=PycInvalidationMode.TIMESTAMP)
+.. function:: compile(file, cfile=None, dfile=None, doraise=False, optimize=-1, invalidation_mode=PycInvalidationMode.TIMESTAMP, quiet=0)
 
    Compile a source file to byte-code and write out the byte-code cache file.
    The source code is loaded from the file named *file*.  The byte-code is