Skip to content

Commit c1cdb87

Browse files
small typo change
1 parent 00c0742 commit c1cdb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nerfstudio/utils/tensor_dataclass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def _apply_fn_to_fields(
280280
) -> TensorDataclassT:
281281
"""Applies a function to all fields of the tensor dataclass.
282282
283-
TODO: Someone needs to make a high level design choice for whether not we want this
283+
TODO: Someone needs to make a high level design choice for whether or not we want this
284284
to apply the function to any fields in arbitray superclasses. This is an edge case until we
285285
upgrade to python 3.10 and dataclasses can actually be subclassed with vanilla python and no
286286
janking, but if people try to jank some subclasses that are grandchildren of TensorDataclass

0 commit comments

Comments
 (0)