diff --git a/docs/c_async.md b/docs/c_async.md index 56e74fb..c37e2d1 100644 --- a/docs/c_async.md +++ b/docs/c_async.md @@ -42,7 +42,7 @@ static PyObject * hello(PyObject *self, PyObject *nothing) // METH_NOARGS { PyObject *awaitable = PyAwaitable_New(); - if (awiatable == NULL) { + if (awaitable == NULL) { return NULL; }