mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
#11565: Fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
e3d09ff269
commit
13925008dc
94 changed files with 126 additions and 126 deletions
|
|
@ -71,7 +71,7 @@ class Stats:
|
|||
"""
|
||||
|
||||
def __init__(self, *args, **kwds):
|
||||
# I can't figure out how to explictly specify a stream keyword arg
|
||||
# I can't figure out how to explicitly specify a stream keyword arg
|
||||
# with *args:
|
||||
# def __init__(self, *args, stream=sys.stdout): ...
|
||||
# so I use **kwds and sqauwk if something unexpected is passed in.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue