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)
384384 " Binds this property to the given class as the given name.\n "
385385 " \n "
386386 " :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 "
388388 " :param str name:\n "
389389 " The name of this property.\n "
390390 " \n "
@@ -401,7 +401,7 @@ void export_cached_property(scope _cache)
401401 " \n "
402402 " :param property descriptor:\n "
403403 " 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"
405405 " callable or set to None.\n "
406406 " :param class owner:\n "
407407 " The class the wrapped property should be bound to.\n "
You can’t perform that action at this time.
0 commit comments