Skip to content

Commit

Permalink
fix formatting typo in seed_everything docs (#8052)
Browse files Browse the repository at this point in the history
  • Loading branch information
WrRan authored Jun 21, 2021
1 parent c7eaf76 commit 92a78d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/utilities/seed.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def seed_everything(seed: Optional[int] = None, workers: bool = False) -> int:
In addition, sets the following environment variables:
- `PL_GLOBAL_SEED`: will be passed to spawned subprocesses (e.g. ddp_spawn backend).
- `PL_SEED_WORKERS`: (optional) is set to 1 if ```workers=True``.
- `PL_SEED_WORKERS`: (optional) is set to 1 if ``workers=True``.
Args:
seed: the integer value seed for global random state in Lightning.
Expand Down

0 comments on commit 92a78d5

Please sign in to comment.