diff -r 535f88ad80d8 Doc/c-api/veryhigh.rst --- a/Doc/c-api/veryhigh.rst Mon Aug 08 14:07:05 2016 +0300 +++ b/Doc/c-api/veryhigh.rst Fri Aug 12 01:22:47 2016 +0800 @@ -287,8 +287,8 @@ .. 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 - decoded from the filesystem encoding (:func:`os.fsdecode`). + Like :c:func:`Py_CompileStringObject`, but *filename* is a byte string + that will be decoded with the filesystem encoding (:func:`os.fsdecode`). .. versionadded:: 3.2