Skip to content

Commit 2add203

Browse files
committed
Updated docstrings.
1 parent c23dc90 commit 2add203

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/modules/core/core_cache_wrap.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)