diff --git a/src/replit/database/database.py b/src/replit/database/database.py index 01e0acd..e1b105e 100644 --- a/src/replit/database/database.py +++ b/src/replit/database/database.py @@ -57,7 +57,7 @@ class AsyncDatabase: """Delete a key from the database. Args: - key (str): The key to delete + key (str): The key to delete Raises: KeyError: Key does not exist """