From 43667b20695acd24f602fea394b1cd0fb96cfa5a Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 12 Jul 2021 22:02:20 +0200 Subject: [PATCH] Update antsibull/data/collection-enum.py Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com> --- antsibull/data/collection-enum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antsibull/data/collection-enum.py b/antsibull/data/collection-enum.py index 8fe2bbb28..fb96d2998 100644 --- a/antsibull/data/collection-enum.py +++ b/antsibull/data/collection-enum.py @@ -139,7 +139,7 @@ def load_role(role_mixin, role_name, collection_name, collection_path): role_name, collection_path, collection_name, argspec, None) try: - # If this fails, the documentation cannot be seralized as JSON + # If this fails, the documentation cannot be serialized as JSON json.dumps(ansible_doc, cls=AnsibleJSONEncoder) # Store result. This is guaranteed to be serializable result['ansible-doc'] = ansible_doc