Kaydet (Commit) df12a593 authored tarafından Guido van Rossum's avatar Guido van Rossum

Fix cosmetic bug in delattr docstring discovered by JvR.

üst 014518f6
...@@ -974,7 +974,7 @@ builtin_delattr(self, args) ...@@ -974,7 +974,7 @@ builtin_delattr(self, args)
} }
static char delattr_doc[] = static char delattr_doc[] =
"setattr(object, name, value)\n\ "delattr(object, name)\n\
\n\ \n\
Delete a named attribute on an object; delattr(x, 'y') is equivalent to\n\ Delete a named attribute on an object; delattr(x, 'y') is equivalent to\n\
``del x.y''."; ``del x.y''.";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment