File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ def test_extended_oparg_not_ignored(self):
162
162
ns = {}
163
163
exec (code , ns )
164
164
unpack_400 = ns ["unpack_400" ]
165
- # Warm up the the function for quickening (PEP 659)
165
+ # Warm up the function for quickening (PEP 659)
166
166
for _ in range (30 ):
167
167
y = unpack_400 (range (400 ))
168
168
self .assertEqual (y , 399 )
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Part of the Python standard library that's implemented in Rust. The modules that
101
101
102
102
### Lib
103
103
104
- Python side of the standard libary , copied over (with care) from CPython sourcecode.
104
+ Python side of the standard library , copied over (with care) from CPython sourcecode.
105
105
106
106
#### Lib/test
107
107
Original file line number Diff line number Diff line change 16
16
17
17
Version History:
18
18
19
- Inofficial version 1.1.1 by Chris Arndt:
19
+ Unofficial version 1.1.1 by Chris Arndt:
20
20
21
21
- Make it run under Python 2 and 3 by using
22
22
"from __future__ import print_function".
You can’t perform that action at this time.
0 commit comments