PEP 617: Fix typo `out` -> `our` (#2961)

This commit is contained in:
Semnodime 2023-01-13 15:53:48 +01:00 committed by GitHub
parent d8ce90756f
commit 5acbab82d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,