diff options
| author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-05-18 08:16:27 (GMT) |
|---|---|---|
| committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-05-18 08:16:27 (GMT) |
| commit | a38cd52e96ace78b789747798c1535354d161fab (patch) | |
| tree | eb5f654f02f724024c0c1d851f2a37f05ef7d16e | |
| parent | 71a632433f5c9eb1d9152568cfc81ec27d6c4c5a (diff) | |
| download | cpython-a38cd52e96ace78b789747798c1535354d161fab.zip cpython-a38cd52e96ace78b789747798c1535354d161fab.tar.gz cpython-a38cd52e96ace78b789747798c1535354d161fab.tar.bz2 | |
Fixed minor typo in ReST markup.
| -rw-r--r-- | Doc/library/logging.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 546ab219..f72e1c7 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -333,7 +333,7 @@ Programmers can configure logging in three ways: to the :func:`dictConfig` function. The following example configures a very simple logger, a console -handler, and a simple formatter using Python code: +handler, and a simple formatter using Python code:: import logging |
