From 19b80c1e9071fec23ba121c4dd554a7844e492b4 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 7 Aug 2014 07:34:46 +0200 Subject: [PATCH] test_conftypes: Adjust docstring. --- qutebrowser/test/config/test_conftypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/test/config/test_conftypes.py b/qutebrowser/test/config/test_conftypes.py index 8e2639ab1..80081841c 100644 --- a/qutebrowser/test/config/test_conftypes.py +++ b/qutebrowser/test/config/test_conftypes.py @@ -1060,7 +1060,7 @@ FontDesc = namedtuple('FontDesc', ['style', 'weight', 'pt', 'px', 'family']) class FontTests(unittest.TestCase): - """Test Font.""" + """Test Font/QtFont.""" TESTS = { # (style, weight, pointsize, pixelsize, family