Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrd committed Aug 13, 2023
1 parent 3bfdbce commit 25062a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dictdatabase/io_unsafe.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class PartialFileHandle:
def read(db_name: str) -> dict:
"""
Read the file at db_path from the configured storage directory.
Make sure the file exists. If it does notnot a FileNotFoundError is
Make sure the file exists. If it does not a FileNotFoundError is
raised.
"""
# Always use orjson to read the file, because it is faster
Expand Down

0 comments on commit 25062a4

Please sign in to comment.