Skip to content

Commit

Permalink
Use pl.LightningModule in new-project docs (#6656)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubiel1 authored Mar 23, 2021
1 parent 741c452 commit b1e3dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/starter/new-project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Step 1: Define LightningModule

.. testcode::

class LitAutoEncoder(LightningModule):
class LitAutoEncoder(pl.LightningModule):

def __init__(self):
super().__init__()
Expand Down

0 comments on commit b1e3dcc

Please sign in to comment.