diff options
| author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-24 11:05:24 +0200 |
|---|---|---|
| committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-24 11:05:24 +0200 |
| commit | 89e84e7523755faad1cc64ddb9f74a22a63135b1 (patch) | |
| tree | 53a9c99c3fc2a4d6535b7b806beec5f26b06ca0a /Doc/howto/logging-cookbook.rst | |
| parent | 7ceb378b8d65de833746145d279959198d199540 (diff) | |
| parent | f47036c1309536c048890c265605b06daf7bdc9c (diff) | |
| download | cpython-git-89e84e7523755faad1cc64ddb9f74a22a63135b1.tar.gz | |
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 feb9b6c1a8..983b52d415 100644 --- a/Doc/howto/logging-cookbook.rst +++ b/Doc/howto/logging-cookbook.rst @@ -839,7 +839,7 @@ separate thread:: }, 'loggers': { 'foo': { - 'handlers' : ['foofile'] + 'handlers': ['foofile'] } }, 'root': { @@ -1527,7 +1527,7 @@ works:: }, 'loggers': { 'foo': { - 'handlers' : ['foofile'] + 'handlers': ['foofile'] } }, 'root': { |
