We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 037bb2c commit ac3f8ecCopy full SHA for ac3f8ec
neo/core/container.py
@@ -253,7 +253,7 @@ def _data_child_containers(self):
253
"""
254
# the following construction removes the duplicate 'regionsofinterest'
255
# 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
+ # I don't know if preserving the order is important, but I'm playing it safe
257
return tuple({_container_name(child): None for child in
258
self._data_child_objects}.keys())
259
0 commit comments