mirror of
https://github.com/python/cpython.git
synced 2025-10-17 04:08:28 +00:00
Issue #27171: Fix typos in documentation, comments, and test function names
This commit is contained in:
parent
1b207c55a4
commit
e26da7c03a
30 changed files with 51 additions and 51 deletions
|
@ -227,7 +227,7 @@ a = A(destroyed)"""
|
|||
b"len = len",
|
||||
b"shutil.rmtree = rmtree"})
|
||||
|
||||
def test_descriptor_errors_propogate(self):
|
||||
def test_descriptor_errors_propagate(self):
|
||||
class Descr:
|
||||
def __get__(self, o, t):
|
||||
raise RuntimeError
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue