diff options
Diffstat (limited to 'Modules/_io/clinic/_iomodule.c.h')
-rw-r--r-- | Modules/_io/clinic/_iomodule.c.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/_io/clinic/_iomodule.c.h b/Modules/_io/clinic/_iomodule.c.h index a1ba869..245df25 100644 --- a/Modules/_io/clinic/_iomodule.c.h +++ b/Modules/_io/clinic/_iomodule.c.h @@ -7,7 +7,7 @@ PyDoc_STRVAR(_io_open__doc__, " errors=None, newline=None, closefd=True, opener=None)\n" "--\n" "\n" -"Open file and return a stream. Raise IOError upon failure.\n" +"Open file and return a stream. Raise OSError upon failure.\n" "\n" "file is either a text or byte string giving the name (and the path\n" "if the file isn\'t in the current working directory) of the file to\n" @@ -158,4 +158,4 @@ _io_open(PyObject *module, PyObject **args, Py_ssize_t nargs, PyObject *kwnames) exit: return return_value; } -/*[clinic end generated code: output=79fd04d9c9d8f28f input=a9049054013a1b77]*/ +/*[clinic end generated code: output=e6011c784fe6589b input=a9049054013a1b77]*/ |