mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Merge typo fixes from 3.5
This commit is contained in:
commit
1ce738e08f
18 changed files with 26 additions and 26 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