File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ void export_cached_property(scope _cache)
384
384
" Binds this property to the given class as the given name.\n "
385
385
" \n "
386
386
" :param class owner:\n "
387
- " The class the wrapped property should be bound to.\n "
387
+ " The class the property should be bound to.\n "
388
388
" :param str name:\n "
389
389
" The name of this property.\n "
390
390
" \n "
@@ -401,7 +401,7 @@ void export_cached_property(scope _cache)
401
401
" \n "
402
402
" :param property descriptor:\n "
403
403
" Property descriptor to wrap.\n "
404
- " Must have a __get__, __set__ and a __del__ methods bound to it, either"
404
+ " Must have a __get__, __set__ and a __delete__ methods bound to it, either"
405
405
" callable or set to None.\n "
406
406
" :param class owner:\n "
407
407
" The class the wrapped property should be bound to.\n "
You can’t perform that action at this time.
0 commit comments