We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7d488f commit 1155710Copy full SHA for 1155710
docs/c_async.md
@@ -42,7 +42,7 @@ static PyObject *
42
hello(PyObject *self, PyObject *nothing) // METH_NOARGS
43
{
44
PyObject *awaitable = PyAwaitable_New();
45
- if (awiatable == NULL) {
+ if (awaitable == NULL) {
46
return NULL;
47
}
48
0 commit comments