From a8b0454bfb79721d00cd83bda00fa5e7e83a5fe5 Mon Sep 17 00:00:00 2001 From: Bruno Cauet Date: Mon, 5 Jan 2015 09:55:05 +0100 Subject: [PATCH] Minor fix in beets.logging docstring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit formatting → logging --- beets/logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/logging.py b/beets/logging.py index ec594698e..48c9d4625 100644 --- a/beets/logging.py +++ b/beets/logging.py @@ -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.