diff --git a/docs/source/meta.rst b/docs/source/meta.rst index 21fd3af9dfe4..47efc205fe8d 100644 --- a/docs/source/meta.rst +++ b/docs/source/meta.rst @@ -68,7 +68,7 @@ Use a factory function like :func:`torch.empty_like` to explicitly specify how you would like the missing data to be filled in. NN modules have a convenience method :meth:`torch.nn.Module.to_empty` that -allow you to the module to another device, leaving all parameters +allows you to move the module to another device, leaving all parameters uninitialized. You are expected to explicitly reinitialize the parameters manually::