fix spelling mistakes
This commit is contained in:
parent
29384aef44
commit
1b36bd4379
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ def test() -> None:
|
|||
|
||||
M: Callable[[str], None] = lambda s: print(s, file=sys.stderr)
|
||||
|
||||
M(" Logging module's deafults are not great...'")
|
||||
M(" Logging module's defaults are not great...'")
|
||||
l = logging.getLogger('test_logger')
|
||||
# todo why is mypy unhappy about these???
|
||||
l.error("For example, this should be logged as error. But it's not even formatted properly, doesn't have logger name or level")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue