mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Fix comment typo
This commit is contained in:
parent
92c8bb3abf
commit
c07fb2fc5b
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ class dispatcher:
|
|||
def __getattr__(self, attr):
|
||||
return getattr(self.socket, attr)
|
||||
|
||||
# log and log_info maybe overriden to provide more sophisitcated
|
||||
# log and log_info may be overridden to provide more sophisticated
|
||||
# logging and warning methods. In general, log is for 'hit' logging
|
||||
# and 'log_info' is for informational, warning and error logging.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue