Added missing term 'Data' in 'LigthningModuleAPI' (#3284)

* Added missing term 'Data' in 'LigthningModuleAPI'

This could be a possible typo!

* Update datamodules.rst

Co-authored-by: William Falcon <waf2107@columbia.edu>
This commit is contained in:
Suraj Donthi 2020-09-01 15:10:21 +05:30 committed by GitHub
parent cecad9f3ef
commit 8354c4ad6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -167,8 +167,8 @@ Here's a more realistic, complex DataModule that shows how much more reusable th
---------------
LightningModule API
-------------------
LightningDataModule API
-----------------------
To define a DataModule define 5 methods:
- prepare_data (how to download(), tokenize, etc...)