mirror of https://github.com/python/cpython.git
[3.13] summarize: Fix typo in stats (GH-127450) (#127454)
Co-authored-by: alm <alonme@users.noreply.github.com>
This commit is contained in:
parent
82d199d307
commit
c54b9ae199
|
@ -477,7 +477,7 @@ def get_optimization_stats(self) -> dict[str, tuple[int, int | None]]:
|
|||
): (trace_too_long, attempts),
|
||||
Doc(
|
||||
"Trace too short",
|
||||
"A potential trace is abandoced because it it too short.",
|
||||
"A potential trace is abandoned because it it too short.",
|
||||
): (trace_too_short, attempts),
|
||||
Doc(
|
||||
"Inner loop found", "A trace is truncated because it has an inner loop"
|
||||
|
|
Loading…
Reference in New Issue