We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6320665 commit 8e429a3Copy full SHA for 8e429a3
.generator/templates/model_utils.mustache
@@ -39,7 +39,7 @@ def convert_js_args_to_python_args(fn):
39
40
class cached_property(object):
41
# this caches the result of the function call for fn with no inputs
42
- # use this as a decorator on fuction methods that you want converted
+ # use this as a decorator on function methods that you want converted
43
# into cached properties
44
result_key = '_results'
45
0 commit comments