Skip to content

Commit 7db11e1

Browse files
Update item.py
Minor edits for redundancy
1 parent 2a16ab6 commit 7db11e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pystac/item.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ def get_created(self, asset=None):
941941
942942
Note:
943943
``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
945945
creation and update times of the metadata. Having those fields in the Item `assets`
946946
refers to the creation and update times of the actual data linked to
947947
in the Asset Object.
@@ -978,7 +978,7 @@ def updated(self):
978978
979979
Note:
980980
``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
982982
creation and update times of the metadata. Having those fields in the Item `assets`
983983
refers to the creation and update times of the actual data linked to
984984
in the Asset Object.
@@ -1002,7 +1002,7 @@ def get_updated(self, asset=None):
10021002
10031003
Note:
10041004
``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
10061006
creation and update times of the metadata. Having those fields in the Item `assets`
10071007
refers to the creation and update times of the actual data linked to
10081008
in the Asset Object.

0 commit comments

Comments
 (0)