summaryrefslogtreecommitdiff
path: root/python/settings.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2019-01-03 15:33:39 -0500
committerJordan Wiens <jordan@psifertex.com>2019-01-03 15:33:39 -0500
commit34b04f487e0dfcdc8766cb265e10dd3f58217f30 (patch)
tree6ccc49becfb5802bf982c9dc9978631283bc6c57 /python/settings.py
parentac204fce33045803f27b438a2ffd3930d96fc52b (diff)
lots of spelling / typo fixes
Diffstat (limited to 'python/settings.py')
-rw-r--r--python/settings.py4
1 files changed, 2 insertions, 2 deletions
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 <group>.<id>
: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: