Skip to content

Commit

Permalink
Merge pull request #55 from jacobtomlinson/docs-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jacobtomlinson committed Nov 14, 2016
2 parents 4541c2a + ca06199 commit 3f2369b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extending/databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class MyDatabase(Database):
# Create connection object for database
self.connection = await databaselibrary.connect()

dasync ef put(self, key, value):
async def put(self, key, value):
# Insert the object into the database
response = await self.connection.insert(key, value)

Expand Down

0 comments on commit 3f2369b

Please sign in to comment.