mirror of
https://github.com/python/cpython.git
synced 2025-09-09 18:32:22 +00:00
Fix typos in comments, documentation and test method names
This commit is contained in:
parent
129fe04d4d
commit
f0564164ba
10 changed files with 12 additions and 12 deletions
|
@ -2231,7 +2231,7 @@ flushing behavior.
|
|||
|
||||
The example script has a simple function, ``foo``, which just cycles through
|
||||
all the logging levels, writing to ``sys.stderr`` to say what level it's about
|
||||
to log at, and then actually logging a message that that level. You can pass a
|
||||
to log at, and then actually logging a message at that level. You can pass a
|
||||
parameter to ``foo`` which, if true, will log at ERROR and CRITICAL levels -
|
||||
otherwise, it only logs at DEBUG, INFO and WARNING levels.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue