Skip to content

Commit

Permalink
fix: proper import statement (#124)
Browse files Browse the repository at this point in the history
This isn't Javascript :P
  • Loading branch information
BD103 committed Mar 15, 2022
1 parent d438015 commit e6ff53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/db_tutorial.rst
Expand Up @@ -99,7 +99,7 @@ The async client API is very similar to the sync API in terms of method names.

::

import AsyncDatabase from replit.database
from replit.database import AsyncDatabase

db = AsyncDatabase()
await db.set("a", "1")
Expand Down

0 comments on commit e6ff53e

Please sign in to comment.