mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Removed spaces before colons and semicolons.
This commit is contained in:
parent
55c6cc408c
commit
f47036c130
12 changed files with 30 additions and 30 deletions
|
|
@ -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': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue