reverted achange from testcode:: to code-block:: python (#3453)

Co-authored-by: David Waterworth <david.waterworth@cim.io>
This commit is contained in:
David Waterworth 2020-09-14 21:17:36 +10:00 committed by GitHub
parent 615d563ec6
commit 50b8388f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ When your models need to know about the data, it's best to process the data befo
An alternative to using a DataModule is to defer initialization of the models modules to the `setup` method of your LightningModule as follows:
.. code-block:: python
.. testcode::
class LitMNIST(LightningModule):