mirror of
https://github.com/python/cpython.git
synced 2025-10-07 07:31:46 +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
|
@ -674,7 +674,7 @@ class PurePath(object):
|
|||
return cls._flavour.join(parts)
|
||||
|
||||
def _init(self):
|
||||
# Overriden in concrete Path
|
||||
# Overridden in concrete Path
|
||||
pass
|
||||
|
||||
def _make_child(self, args):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue