mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-25 02:00:53 +00:00
Fix minor typo in @cached_property docstring (#9886)
This commit is contained in:
parent
17b6379df5
commit
510e64fa43
@ -39,7 +39,7 @@ def convert_js_args_to_python_args(fn):
|
|||||||
|
|
||||||
class cached_property(object):
|
class cached_property(object):
|
||||||
# this caches the result of the function call for fn with no inputs
|
# 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
|
# into cached properties
|
||||||
result_key = '_results'
|
result_key = '_results'
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ def convert_js_args_to_python_args(fn):
|
|||||||
|
|
||||||
class cached_property(object):
|
class cached_property(object):
|
||||||
# this caches the result of the function call for fn with no inputs
|
# 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
|
# into cached properties
|
||||||
result_key = '_results'
|
result_key = '_results'
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ def convert_js_args_to_python_args(fn):
|
|||||||
|
|
||||||
class cached_property(object):
|
class cached_property(object):
|
||||||
# this caches the result of the function call for fn with no inputs
|
# 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
|
# into cached properties
|
||||||
result_key = '_results'
|
result_key = '_results'
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ def convert_js_args_to_python_args(fn):
|
|||||||
|
|
||||||
class cached_property(object):
|
class cached_property(object):
|
||||||
# this caches the result of the function call for fn with no inputs
|
# 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
|
# into cached properties
|
||||||
result_key = '_results'
|
result_key = '_results'
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ def convert_js_args_to_python_args(fn):
|
|||||||
|
|
||||||
class cached_property(object):
|
class cached_property(object):
|
||||||
# this caches the result of the function call for fn with no inputs
|
# 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
|
# into cached properties
|
||||||
result_key = '_results'
|
result_key = '_results'
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ def convert_js_args_to_python_args(fn):
|
|||||||
|
|
||||||
class cached_property(object):
|
class cached_property(object):
|
||||||
# this caches the result of the function call for fn with no inputs
|
# 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
|
# into cached properties
|
||||||
result_key = '_results'
|
result_key = '_results'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user