diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-24 09:04:36 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-24 09:04:36 (GMT) |
commit | f47036c1309536c048890c265605b06daf7bdc9c (patch) | |
tree | e6df0e6a342b66183d5924c97667c14c42cb2ff7 /Doc/howto/logging-cookbook.rst | |
parent | 55c6cc408c56f586c4826c1d9639a5f4635c021c (diff) | |
download | cpython-f47036c1309536c048890c265605b06daf7bdc9c.zip cpython-f47036c1309536c048890c265605b06daf7bdc9c.tar.gz cpython-f47036c1309536c048890c265605b06daf7bdc9c.tar.bz2 |
Removed spaces before colons and semicolons.
Diffstat (limited to 'Doc/howto/logging-cookbook.rst')
-rw-r--r-- | Doc/howto/logging-cookbook.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/howto/logging-cookbook.rst b/Doc/howto/logging-cookbook.rst index 3f256e1..553d30e 100644 --- a/Doc/howto/logging-cookbook.rst +++ b/Doc/howto/logging-cookbook.rst @@ -841,7 +841,7 @@ separate thread:: }, 'loggers': { 'foo': { - 'handlers' : ['foofile'] + 'handlers': ['foofile'] } }, 'root': { @@ -1529,7 +1529,7 @@ works:: }, 'loggers': { 'foo': { - 'handlers' : ['foofile'] + 'handlers': ['foofile'] } }, 'root': { |