mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
fix typos, mostly in comments
This commit is contained in:
parent
f339654280
commit
db390c1ad8
10 changed files with 14 additions and 13 deletions
|
@ -163,7 +163,7 @@ class ConnectionUI:
|
|||
def settotal(int total): gets called when the connection knows the data size
|
||||
def setcurrent(int current): gets called when some new data has arrived
|
||||
def done(): gets called when the transaction is complete
|
||||
def error(type, value, tb): gets called wheneven an error occured
|
||||
def error(type, value, tb): gets called wheneven an error occurred
|
||||
"""
|
||||
|
||||
def __init__(self, settotal_func, setcurrent_func, done_func, error_func):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue