From 34b04f487e0dfcdc8766cb265e10dd3f58217f30 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 3 Jan 2019 15:33:39 -0500 Subject: lots of spelling / typo fixes --- python/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/settings.py') diff --git a/python/settings.py b/python/settings.py index 135cd342..9bc4299b 100644 --- a/python/settings.py +++ b/python/settings.py @@ -39,7 +39,7 @@ class Settings(object): :param str group: a unique identifier :param str title: a user friendly name appropriate for UI presentation - :return: True on success, False on falure. + :return: True on success, False on failure. :rtype: bool :Example: @@ -55,7 +55,7 @@ class Settings(object): :param str id: a unique setting identifier in the form . :param str properties: a JSON string describes the setting schema - :return: True on success, False on falure. + :return: True on success, False on failure. :rtype: bool :Example: -- cgit v1.3.1