Skip to content

Commit

Permalink
fix: small spell fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Feb 24, 2021
1 parent b2b7e2c commit 9f48f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quorum/model.py
Expand Up @@ -2178,7 +2178,7 @@ def apply(self, model = None, form = True, safe = None, safe_a = True):

# retrieves the object loading it from all the available
# sources and then iterates over all the of the model
# values setting the values in the current intance's model
# values setting the values in the current instance's model
# then runs the type casting/conversion operation in it
if model == None: model = util.get_object() if form else dict()
for name, value in legacy.eager(model.items()):
Expand Down

0 comments on commit 9f48f9b

Please sign in to comment.