diff --git a/src/replit/database/__init__.py b/src/replit/database/__init__.py index 1afb619..5403f10 100644 --- a/src/replit/database/__init__.py +++ b/src/replit/database/__init__.py @@ -453,7 +453,7 @@ class JSONKey(AsyncJSONKey): Args: name (str): The key to set. value (JSON_TYPE): The value to set it to. - + Raises: TypeError: The dtype attribute is not dict. """