Skip to content

Commit 1155710

Browse files
authored
Docs: Fix typo (#72)
1 parent d7d488f commit 1155710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/c_async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static PyObject *
4242
hello(PyObject *self, PyObject *nothing) // METH_NOARGS
4343
{
4444
PyObject *awaitable = PyAwaitable_New();
45-
if (awiatable == NULL) {
45+
if (awaitable == NULL) {
4646
return NULL;
4747
}
4848

0 commit comments

Comments
 (0)