From 7ec9a97b94c01a280bdb849355cc0a85f2a50c23 Mon Sep 17 00:00:00 2001 From: Gerson Kroiz <49447208+gkroiz@users.noreply.github.com> Date: Fri, 24 Mar 2023 17:00:40 -0700 Subject: [PATCH] fix typo in docs migration 1_6_regular (#17186) --- docs/source-pytorch/upgrade/sections/1_6_regular.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source-pytorch/upgrade/sections/1_6_regular.rst b/docs/source-pytorch/upgrade/sections/1_6_regular.rst index 108d218331..e0160845ad 100644 --- a/docs/source-pytorch/upgrade/sections/1_6_regular.rst +++ b/docs/source-pytorch/upgrade/sections/1_6_regular.rst @@ -50,7 +50,7 @@ - use the utility function ``pl.utilities.memory.get_model_size_mb(model)`` - `PR8495`_ - * - relied on the ``on_trai_dataloader()`` hooks in ``LightningModule`` and ``LightningDataModule`` + * - relied on the ``on_train_dataloader()`` hooks in ``LightningModule`` and ``LightningDataModule`` - use ``train_dataloader`` - `PR9098`_