Skip to content

Commit a6a2cd6

Browse files
ezyangpytorchmergebot
authored andcommitted
Typo fix (pytorch#131037)
Signed-off-by: Edward Z. Yang <[email protected]> Pull Request resolved: pytorch#131037 Approved by: https://github.com/albanD, https://github.com/Skylion007
1 parent 1b72cf0 commit a6a2cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/_dynamo/symbolic_convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def next(self, filename: str, lineno: int, instruction_pointer) -> SpeculationEn
184184
and entry.lineno == lineno
185185
), textwrap.dedent(
186186
f"""
187-
SpecuationLog diverged at {self.index} of {len(self.entries)}:
187+
SpeculationLog diverged at {self.index} of {len(self.entries)}:
188188
- Run1: {entry.filename}:{entry.lineno} (ip={entry.instruction_pointer})
189189
- Run2: {filename}:{lineno} (ip={instruction_pointer})
190190
Please submit a bug report.

0 commit comments

Comments
 (0)