From 538cc9803a5e5bf322862b975310c32df8eb6887 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Tue, 1 Sep 2009 12:47:53 -0300 Subject: [PATCH] fixed doc typo --- docs/topics/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst index f4bbae42b..f767c5f94 100644 --- a/docs/topics/settings.rst +++ b/docs/topics/settings.rst @@ -133,7 +133,7 @@ to do that you'll have to use one of the following methods: ``default`` is the value to return if no setting is found -.. method:: Settings.getbool(name, deafult=Flse) +.. method:: Settings.getbool(name, default=Flse) Get a setting value as a boolean. For example, both ``1`` and ``'1'``, and ``True`` return ``True``, while ``0``, ``'0'``, ``False`` and ``None``