mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Issue #23921: Standardized documentation whitespace formatting.
Original patch by James Edwards.
This commit is contained in:
parent
387235085c
commit
dba903993a
63 changed files with 445 additions and 409 deletions
|
|
@ -103,8 +103,8 @@ A simple example
|
|||
A very simple example is::
|
||||
|
||||
import logging
|
||||
logging.warning('Watch out!') # will print a message to the console
|
||||
logging.info('I told you so') # will not print anything
|
||||
logging.warning('Watch out!') # will print a message to the console
|
||||
logging.info('I told you so') # will not print anything
|
||||
|
||||
If you type these lines into a script and run it, you'll see::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue