Skip to content

Commit 32dc47f

Browse files
authored
Update pytorch_lightning/accelerators/registry.py
1 parent 096afb9 commit 32dc47f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_lightning/accelerators/registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def register(
5959
accelerator : accelerator class
6060
description : accelerator description
6161
override : overrides the registered accelerator, if True
62-
init_params: parameters to initialize the accelerator
62+
init_params: parameters to initialize the Accelerator
6363
"""
6464
if not (name is None or isinstance(name, str)):
6565
raise TypeError(f"`name` must be a str, found {name}")

0 commit comments

Comments
 (0)