mirror of
https://github.com/python/cpython.git
synced 2025-07-23 19:25:40 +00:00
Issue #27740: Fix typo in Py_CompileStringExFlags
This commit is contained in:
parent
aa5c2fdb7c
commit
ab39b09958
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ the same library that the Python runtime is using.
|
|||
|
||||
.. c:function:: PyObject* Py_CompileStringExFlags(const char *str, const char *filename, int start, PyCompilerFlags *flags, int optimize)
|
||||
|
||||
Like :c:func:`Py_CompileStringExFlags`, but *filename* is a byte string
|
||||
Like :c:func:`Py_CompileStringObject`, but *filename* is a byte string
|
||||
decoded from the filesystem encoding (:func:`os.fsdecode`).
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue