Merge doc fixes from 3.6

This commit is contained in:
Martin Panter 2017-01-14 09:56:00 +00:00
commit 446a498a63
17 changed files with 76 additions and 76 deletions

View file

@ -1012,7 +1012,7 @@ _io_TextIOWrapper___init___impl(textio *self, PyObject *buffer,
errors);
if (self->encoder == NULL)
goto error;
/* Get the normalized named of the codec */
/* Get the normalized name of the codec */
res = _PyObject_GetAttrId(codec_info, &PyId_name);
if (res == NULL) {
if (PyErr_ExceptionMatches(PyExc_AttributeError))