projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92c8bb3
)
Fix comment typo
author
Andrew M. Kuchling
<amk@amk.ca>
Fri, 14 Feb 2003 01:13:01 +0000
(
01:13
+0000)
committer
Andrew M. Kuchling
<amk@amk.ca>
Fri, 14 Feb 2003 01:13:01 +0000
(
01:13
+0000)
Lib/asyncore.py
patch
|
blob
|
history
diff --git
a/Lib/asyncore.py
b/Lib/asyncore.py
index 90be4d342e5f60b70b0d57faba3ff0f785f883f2..a38c9113f7b88d62d2b51b707f222b8deaf2addb 100644
(file)
--- a/
Lib/asyncore.py
+++ b/
Lib/asyncore.py
@@
-361,7
+361,7
@@
class dispatcher:
def __getattr__(self, attr):
return getattr(self.socket, attr)
- # log and log_info may
be overriden to provide more sophisit
cated
+ # log and log_info may
be overridden to provide more sophisti
cated
# logging and warning methods. In general, log is for 'hit' logging
# and 'log_info' is for informational, warning and error logging.