Skip to content

Commit

Permalink
Few typo correction (#2011)
Browse files Browse the repository at this point in the history
  • Loading branch information
yassineAlouini authored May 31, 2020
1 parent fdbbe96 commit d8dc0a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pytorch_lightning/trainer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def main(hparams):
main(args)
So you can run it like so:distributed_backend
So you can run it like so:
.. code-block:: bash
Expand Down Expand Up @@ -111,7 +111,7 @@ def forward(self, x):
.. code-block:: python
from pytorch-lightning import Trainer, seed_everything
from pytorch_lightning import Trainer, seed_everything
seed_everything(42)
# sets seeds for numpy, torch, python.random and PYTHONHASHSEED.
Expand Down

0 comments on commit d8dc0a7

Please sign in to comment.