Skip to content

Commit f572b05

Browse files
fix typo
1 parent 9a55a96 commit f572b05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

posts/apology-tail-call.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tail-calling interpreter into Python. That interpreter
1414
reported a 9-15% performance boost on Python 3.14's Whats New page.
1515

1616
These figures turned out to be inaccurate. Long story short,
17-
the compiler were were using (Clang 19), had a bug that
17+
the compiler we were using (Clang 19), had a bug that
1818
worsened our baseline performance. We (the CPython
1919
developers) were completely unaware of this bug.
2020

0 commit comments

Comments
 (0)