@@ -449,7 +449,7 @@ def __init__(
449449 )
450450
451451 # Set whether or not we're sure that the Data instance has a
452- # determinsitic name
452+ # deterministic name
453453 self ._custom ["deterministic" ] = not is_dask_collection (array )
454454
455455 dx = to_dask (array , chunks , ** kwargs )
@@ -6302,7 +6302,7 @@ def get_deterministic_name(self):
63026302 that are considered equal by their `equals` methods might not
63036303 have the same deterministic name.
63046304
6305- An exception is raised if there is no determinisitic name.
6305+ An exception is raised if there is no deterministic name.
63066306
63076307 .. versionadded:: 3.15.1
63086308
@@ -6529,7 +6529,7 @@ def add_file_location(self, location):
65296529
65306530 `str`
65316531 The new location as an absolute path with no trailing
6532- separate pathname component separator.
6532+ path name component separator.
65336533
65346534 **Examples**
65356535
@@ -8729,7 +8729,7 @@ def file_locations(self):
87298729
87308730 `set`
87318731 The unique file locations as absolute paths with no
8732- trailing separate pathname component separator.
8732+ trailing path name component separator.
87338733
87348734 **Examples**
87358735
@@ -9728,7 +9728,7 @@ def del_file_location(self, location):
97289728
97299729 `str`
97309730 The removed location as an absolute path with no
9731- trailing separate pathname component separator.
9731+ trailing path name component separator.
97329732
97339733 **Examples**
97349734
0 commit comments