diff --git a/peps/pep-0756.rst b/peps/pep-0756.rst index 68942a04a..7782a5974 100644 --- a/peps/pep-0756.rst +++ b/peps/pep-0756.rst @@ -81,7 +81,6 @@ Add the following API to the limited C API version 3.14:: int32_t PyUnicode_Export( PyObject *unicode, int32_t requested_formats, - int32_t flags, Py_buffer *view); PyObject* PyUnicode_Import( const void *data,