From 48db63e81ed6b51c2df04beda7ee0b1d5f5c8dad Mon Sep 17 00:00:00 2001 From: Andreas Preikschat Date: Wed, 16 Jan 2013 20:01:11 +0100 Subject: [PATCH] I better stay correct; fixed doc --- openlp/core/lib/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/core/lib/settings.py b/openlp/core/lib/settings.py index 8f30ef373..f0eb2f0f1 100644 --- a/openlp/core/lib/settings.py +++ b/openlp/core/lib/settings.py @@ -68,7 +68,7 @@ class Settings(QtCore.QSettings): This dict contains all core settings with their default values. ``__obsolete_settings__`` - Each tuple is structured in the following way:: + Each entry is structured in the following way:: (u'general/enable slide loop', u'advanced/slide limits', [(SlideLimits.Wrap, True), (SlideLimits.End, False)])