Skip to content

Commit

Permalink
Fix bug in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikKalkoken committed Jun 6, 2023
1 parent c50f53a commit 3c80a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aiodbm/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def open(file: Union[str, Path], *args, **kwargs) -> Database:
.. code-block:: Python
db = async open("example.dbm", "c"):
db = await open("example.dbm", "c"):
...
await db.close()
"""
Expand Down

0 comments on commit 3c80a03

Please sign in to comment.