Skip to content

Commit 034bd06

Browse files
committed
Update image.py
1 parent 73542ab commit 034bd06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deeptrack/image.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ def get_property(self,
9191

9292

9393
def merge_properties_from(self, other: "Image") -> "Image":
94-
''' Merge properties with ones from another Image.
94+
''' Merge properties with those from another Image.
9595
9696
Appends properties from another images such that no property is duplicated.
9797
Uniqueness of a dictionary of properties is determined from the
98-
`hash_key` property.
98+
property `hash_key`.
9999
100100
Most functions involving two images should automatically output an image with
101101
merged properties. However, since each property is guaranteed to be unique,

0 commit comments

Comments
 (0)