Skip to content

Commit b4cc098

Browse files
Merge pull request #4271 from Alnusjaponica/fix-typo
Fix a typo in `TorchDistributedTrial`
2 parents c59e00a + cbe77f9 commit b4cc098

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

optuna/integration/pytorch_distributed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def __init__(
142142
else:
143143
if trial is not None:
144144
raise ValueError(
145-
"Non-rank 0 node is supposed to recieve None as the trial argument."
145+
"Non-rank 0 node is supposed to receive None as the trial argument."
146146
)
147147

148148
assert trial is None, "error message"

0 commit comments

Comments
 (0)