Skip to content

Commit 49d91ac

Browse files
committed
Fix typo in async example
1 parent 2de7249 commit 49d91ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ to ``create_project`` can be made asynchronous by calling ``create_project_async
8989
import asyncio
9090
import kanboard
9191
92-
async def call_within_function()
92+
async def call_within_function():
9393
kb = kanboard.Client('http://localhost/jsonrpc.php', 'jsonrpc', 'your_api_token')
9494
return await kb.create_project_async(name='My project')
9595

0 commit comments

Comments
 (0)