mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 00:43:46 +00:00
Fix minor typo in @cached_property docstring (#9886)
This commit is contained in:
@@ -39,7 +39,7 @@ def convert_js_args_to_python_args(fn):
|
||||
|
||||
class cached_property(object):
|
||||
# this caches the result of the function call for fn with no inputs
|
||||
# use this as a decorator on fuction methods that you want converted
|
||||
# use this as a decorator on function methods that you want converted
|
||||
# into cached properties
|
||||
result_key = '_results'
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ def convert_js_args_to_python_args(fn):
|
||||
|
||||
class cached_property(object):
|
||||
# this caches the result of the function call for fn with no inputs
|
||||
# use this as a decorator on fuction methods that you want converted
|
||||
# use this as a decorator on function methods that you want converted
|
||||
# into cached properties
|
||||
result_key = '_results'
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ def convert_js_args_to_python_args(fn):
|
||||
|
||||
class cached_property(object):
|
||||
# this caches the result of the function call for fn with no inputs
|
||||
# use this as a decorator on fuction methods that you want converted
|
||||
# use this as a decorator on function methods that you want converted
|
||||
# into cached properties
|
||||
result_key = '_results'
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ def convert_js_args_to_python_args(fn):
|
||||
|
||||
class cached_property(object):
|
||||
# this caches the result of the function call for fn with no inputs
|
||||
# use this as a decorator on fuction methods that you want converted
|
||||
# use this as a decorator on function methods that you want converted
|
||||
# into cached properties
|
||||
result_key = '_results'
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ def convert_js_args_to_python_args(fn):
|
||||
|
||||
class cached_property(object):
|
||||
# this caches the result of the function call for fn with no inputs
|
||||
# use this as a decorator on fuction methods that you want converted
|
||||
# use this as a decorator on function methods that you want converted
|
||||
# into cached properties
|
||||
result_key = '_results'
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@ def convert_js_args_to_python_args(fn):
|
||||
|
||||
class cached_property(object):
|
||||
# this caches the result of the function call for fn with no inputs
|
||||
# use this as a decorator on fuction methods that you want converted
|
||||
# use this as a decorator on function methods that you want converted
|
||||
# into cached properties
|
||||
result_key = '_results'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user