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

Skip to content

Commit 282df37

Browse files
committed
Issue #27740: Merge from 3.6
2 parents e075537 + db83f72 commit 282df37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/veryhigh.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ the same library that the Python runtime is using.
288288
289289
.. c:function:: PyObject* Py_CompileStringExFlags(const char *str, const char *filename, int start, PyCompilerFlags *flags, int optimize)
290290
291-
Like :c:func:`Py_CompileStringExFlags`, but *filename* is a byte string
291+
Like :c:func:`Py_CompileStringObject`, but *filename* is a byte string
292292
decoded from the filesystem encoding (:func:`os.fsdecode`).
293293
294294
.. versionadded:: 3.2

0 commit comments

Comments
 (0)