Minor fix in beets.logging docstring

formatting → logging
This commit is contained in:
Bruno Cauet 2015-01-05 09:55:05 +01:00
parent fa696beef2
commit a8b0454bfb

View file

@ -1,4 +1,4 @@
"""Allow {}-style formatting on python 2 and 3
"""Allow {}-style logging on python 2 and 3
Provide everything the "logging" module does, the only difference is that when
getLogger(name) instantiates a logger that logger uses {}-style formatting.