Skip to content

Commit

Permalink
Update antsibull/data/collection-enum.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alicia Cozine <[email protected]>
  • Loading branch information
felixfontein and acozine authored Jul 12, 2021
1 parent c28c8e4 commit 43667b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antsibull/data/collection-enum.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43667b2

Please sign in to comment.