Skip to content

Commit

Permalink
improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Pushkar-Bhuse committed Aug 12, 2022
1 parent 39b4de9 commit 77d2536
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions forte/data/data_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@ def __init__(

"""
The ``_type_attributes`` is a private dictionary that provides
``type_name``, their parent entry, and the metadata of its corresponding
attributes. This metadata includes the order and type information of attributes
stored in the data store entry. The keys are fully qualified names of every entry
type; The value is a dictionary with two keys.
``type_name``, ie. their parent entry (represented by the fully qualified name of
the entry) as the key, and the metadata of its corresponding attributes as value.
This metadata includes the order and type information of attributes stored in
the data store entry; The value is a dictionary with two keys.
1) Key ``attribute`` has its value as a dictionary
with all valid attributes for this entry type as keys and their metadata.
Expand Down

0 comments on commit 77d2536

Please sign in to comment.