cpython: 910e293663cb (original) (raw)
Mercurial > cpython
changeset 103395:910e293663cb
Issue #28003: Fix a compiler warning [#28003]
Yury Selivanov yury@magic.io | |
---|---|
date | Fri, 09 Sep 2016 00:05:42 -0700 |
parents | 739528288996 |
children | 98a57845c8cc |
files | Python/sysmodule.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Python/sysmodule.c 2 |
line wrap: on
line diff
--- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -1422,7 +1422,7 @@ static PyMethodDef sys_methods[] = { set_coroutine_wrapper_doc}, {"get_coroutine_wrapper", sys_get_coroutine_wrapper, METH_NOARGS, get_coroutine_wrapper_doc},