From e85138fcc8373f925709124f8586a6feecf968d1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 24 Nov 2022 09:28:00 -0500 Subject: Fix various spelling errors Found with codespell. --- docs/refman/jsonschema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/refman/jsonschema.py') diff --git a/docs/refman/jsonschema.py b/docs/refman/jsonschema.py index 00c0b5e..e64bf06 100644 --- a/docs/refman/jsonschema.py +++ b/docs/refman/jsonschema.py @@ -26,7 +26,7 @@ class BaseObject(T.TypedDict): class Type(T.TypedDict): obj: str # References an object from `root.objects` - holds: T.Sequence[object] # Mypy does not support recusive dicts, but this should be T.List[Type]... + holds: T.Sequence[object] # Mypy does not support recursive dicts, but this should be T.List[Type]... class Argument(BaseObject): ''' -- cgit v1.1