diff -r 05120447f2c6 Doc/c-api/veryhigh.rst --- a/Doc/c-api/veryhigh.rst Thu Aug 11 11:01:45 2016 -0400 +++ b/Doc/c-api/veryhigh.rst Fri Aug 12 19:17:24 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 filesystem + encoding (:func:`os.fsdecode`) encoded string instead of a Unicode object. .. versionadded:: 3.2