Skip to content

Commit b0ac231

Browse files
committed
Fix docstring
1 parent b397ad3 commit b0ac231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/utilities/apply_func.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def apply_to_collections(
131131
dtype: the given function will be applied to all elements of this dtype
132132
function: the function to apply
133133
*args: positional arguments (will be forwarded to calls of ``function``)
134-
wrong_dtype: the given function won't be applied if this type is specified and the given collections is of
134+
wrong_dtype: the given function won't be applied if this type is specified and the given collections
135135
is of the ``wrong_dtype`` even if it is of type ``dtype``
136136
**kwargs: keyword arguments (will be forwarded to calls of ``function``)
137137

0 commit comments

Comments
 (0)