Skip to content

Commit 8e429a3

Browse files
authored
Fix minor typo in @cached_property docstring (#9886)
1 parent 6320665 commit 8e429a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.generator/templates/model_utils.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def convert_js_args_to_python_args(fn):
3939

4040
class cached_property(object):
4141
# 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
42+
# use this as a decorator on function methods that you want converted
4343
# into cached properties
4444
result_key = '_results'
4545

0 commit comments

Comments
 (0)