mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Fix cosmetic bug in delattr docstring discovered by JvR.
This commit is contained in:
parent
014518f66c
commit
df12a59305
1 changed files with 1 additions and 1 deletions
|
@ -974,7 +974,7 @@ builtin_delattr(self, args)
|
|||
}
|
||||
|
||||
static char delattr_doc[] =
|
||||
"setattr(object, name, value)\n\
|
||||
"delattr(object, name)\n\
|
||||
\n\
|
||||
Delete a named attribute on an object; delattr(x, 'y') is equivalent to\n\
|
||||
``del x.y''.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue