Skip to content

Commit ac3f8ec

Browse files
committed
fix typo
1 parent 037bb2c commit ac3f8ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neo/core/container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def _data_child_containers(self):
253253
"""
254254
# the following construction removes the duplicate 'regionsofinterest'
255255
# while preserving the child order (which `set()` would not do)
256-
# I don't know if preserving the author is important, but I'm playing it safe
256+
# I don't know if preserving the order is important, but I'm playing it safe
257257
return tuple({_container_name(child): None for child in
258258
self._data_child_objects}.keys())
259259

0 commit comments

Comments
 (0)