Commit c24faef9 authored by Stefan Behnel's avatar Stefan Behnel

indent comment

parent bfe111f7
......@@ -1508,7 +1508,7 @@ static PyTypeObject __pyx_CoroutineType_type = {
0, /*tp_richcompare*/
#endif
offsetof(__pyx_CoroutineObject, gi_weakreflist), /*tp_weaklistoffset*/
// no tp_iter() as iterator is only available through __await__()
// no tp_iter() as iterator is only available through __await__()
0, /*tp_iter*/
0, /*tp_iternext*/
__pyx_Coroutine_methods, /*tp_methods*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment