mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue #25523: Merge a-to-an corrections from 3.4.
This commit is contained in:
commit
a84f6c3dd3
34 changed files with 39 additions and 39 deletions
|
|
@ -2996,7 +2996,7 @@ _ssl__SSLContext_load_verify_locations_impl(PySSLContext *self,
|
|||
cadata_ascii = PyUnicode_AsASCIIString(cadata);
|
||||
if (cadata_ascii == NULL) {
|
||||
PyErr_SetString(PyExc_TypeError,
|
||||
"cadata should be a ASCII string or a "
|
||||
"cadata should be an ASCII string or a "
|
||||
"bytes-like object");
|
||||
goto error;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue