mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Issue #27744: correct comment and markup
This commit is contained in:
parent
25bfcd5d9e
commit
8c21ab0ab9
2 changed files with 2 additions and 2 deletions
|
@ -2556,7 +2556,7 @@ sock_setsockopt(PySocketSockObject *s, PyObject *args)
|
|||
}
|
||||
|
||||
PyErr_Clear();
|
||||
/* setsockopt(level, opt, (None, flag)) */
|
||||
/* setsockopt(level, opt, None, flag) */
|
||||
if (PyArg_ParseTuple(args, "iiO!I:setsockopt",
|
||||
&level, &optname, Py_TYPE(Py_None), &none, &optlen)) {
|
||||
assert(sizeof(socklen_t) >= sizeof(unsigned int));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue