@@ -941,7 +941,7 @@ def get_created(self, asset=None):
941
941
942
942
Note:
943
943
``created`` and ``updated`` have different meaning depending on where they are used.
944
- If those fields are available in the Item `properties`, it's referencing to the
944
+ If those fields are available in the Item `properties`, it's referencing the
945
945
creation and update times of the metadata. Having those fields in the Item `assets`
946
946
refers to the creation and update times of the actual data linked to
947
947
in the Asset Object.
@@ -978,7 +978,7 @@ def updated(self):
978
978
979
979
Note:
980
980
``created`` and ``updated`` have different meaning depending on where they are used.
981
- If those fields are available in the Item `properties`, it's referencing to the
981
+ If those fields are available in the Item `properties`, it's referencing the
982
982
creation and update times of the metadata. Having those fields in the Item `assets`
983
983
refers to the creation and update times of the actual data linked to
984
984
in the Asset Object.
@@ -1002,7 +1002,7 @@ def get_updated(self, asset=None):
1002
1002
1003
1003
Note:
1004
1004
``created`` and ``updated`` have different meaning depending on where they are used.
1005
- If those fields are available in the Item `properties`, it's referencing to the
1005
+ If those fields are available in the Item `properties`, it's referencing the
1006
1006
creation and update times of the metadata. Having those fields in the Item `assets`
1007
1007
refers to the creation and update times of the actual data linked to
1008
1008
in the Asset Object.
0 commit comments