Skip to content

Commit

Permalink
Fix JSONAttrDict docstring (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
kidrahahjo committed Jan 28, 2023
1 parent e8a30bd commit b1c50d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signac/_synced_collections/backends/collection_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def __init__(
class JSONAttrDict(JSONDict, AttrDict):
r"""A dict-like data structure that synchronizes with a persistent JSON file.
Unlike :class:`JSONAttrDict`, this class also supports attribute-based access to
Unlike :class:`JSONDict`, this class also supports attribute-based access to
dictionary contents, e.g. ``doc.foo == doc['foo']``.
Examples
Expand Down

0 comments on commit b1c50d7

Please sign in to comment.