Skip to content

Commit

Permalink
fix typo (Lightning-AI#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
songheony authored and tullie committed Apr 3, 2020
1 parent a3d2d88 commit 59c2387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/trainer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
.. code-block:: python
from argparser import AugumentParser
from argparse import ArgumentParser
def main(hparams):
model = LightningModule()
Expand Down

0 comments on commit 59c2387

Please sign in to comment.