8000 fix some typos (#5187) · RustPython/RustPython@2fde8e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2fde8e9

Browse files
authored
fix some typos (#5187)
Signed-off-by: wellweek <xiezitai@outlook.com>
1 parent 2f8e518 commit 2fde8e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Lib/test/test_unpack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def test_extended_oparg_not_ignored(self):
162162
ns = {}
163163
exec(code, ns)
164164
unpack_400 = ns["unpack_400"]
165-
# Warm up the the function for quickening (PEP 659)
165+
# Warm up the function for quickening (PEP 659)
166166
for _ in range(30):
167167
y = unpack_400(range(400))
168168
self.assertEqual(y, 399)

architecture/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Part of the Python standard library that's implemented in Rust. The modules that
101101

102102
### Lib
103103

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.
105105

106106
#### Lib/test
107107

benches/benchmarks/pystone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
Version History:
1818
19-
Inofficial version 1.1.1 by Chris Arndt:
19+
Unofficial version 1.1.1 by Chris Arndt:
2020
2121
- Make it run under Python 2 and 3 by using
2222
"from __future__ import print_function".

0 commit comments

Comments
 (0)
0