Skip to content

Commit e4decb3

Browse files
DevmateXplatTypoFixes Botfacebook-github-bot
authored andcommitted
xplat/executorch/exir/tracer.py
Reviewed By: franklinho Differential Revision: D100960808
1 parent e7b38a3 commit e4decb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exir/tracer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def get_stacktrace() -> List[Dict[str, str]]:
155155
contexts.append("<unknown file: unknown line>")
156156

157157
# torch.fx stack preservation logic expects strings to
158-
# be passed around. Working with dictionary is lot easier
158+
# be passed around. Working with a dictionary is a lot easier
159159
# to convert to string and vice versa.
160160
frames: List[Dict[str, str]] = []
161161
for i, frame in enumerate(stacktrace):

0 commit comments

Comments
 (0)