From 5acbab82d84edd11dc1aa71ea3e2d17275f95a1c Mon Sep 17 00:00:00 2001 From: Semnodime Date: Fri, 13 Jan 2023 15:53:48 +0100 Subject: [PATCH] PEP 617: Fix typo `out` -> `our` (#2961) --- pep-0617.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0617.rst b/pep-0617.rst index a1a0f77ad..7481e79f2 100644 --- a/pep-0617.rst +++ b/pep-0617.rst @@ -743,7 +743,7 @@ parser due to encoding issues, sometimes intentional.) - Compiling and throwing away the internal AST took 2.141 seconds. That's 350,040 lines/sec, or 12,899,367 bytes/sec. The max RSS was - 74 MiB (the largest file in the stdlib is much smaller than out + 74 MiB (the largest file in the stdlib is much smaller than our canonical test file). - Compiling to bytecode took 3.290 seconds. That's 227,861 lines/sec,