Settings: Display overridden instead of overrided

Signed-off-by: Rob de Canha-Knight <rob@rob-knight.com>
This commit is contained in:
Rob
2019-12-17 23:13:23 +00:00
parent bf726245ff
commit b8c8994f32
28 changed files with 56 additions and 56 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ class FormOptions(object):
determined in the following order: as passed via keyword
arguments during form intialization, as form get_... method or
finally as static Meta options. This is to allow a form with
Meta options or method to be overrided at initialization
Meta options or method to be overridden at initialization
and increase the usability of a single class.
"""
for name, default_value in self.option_definitions.items():