Skip to content

Commit aaaf303

Browse files
authored
docs: fix typo
1 parent e13aa94 commit aaaf303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Simple Usage
5858
model = YourModel()
5959
opt = load_optimizer(optimizer='adamp')
6060
optimizer = opt(model.parameters())
61-
d
61+
6262
Also, you can load the optimizer via `torch.hub`
6363

6464
::

0 commit comments

Comments
 (0)