Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40453d commit 8e4ddcfCopy full SHA for 8e4ddcf
1 file changed
Doc/library/functions.rst
@@ -447,7 +447,7 @@ are always available. They are listed here in alphabetical order.
447
448
.. function:: getattr(object, name[, default])
449
450
- Return the value of the named attributed of *object*. *name* must be a string.
+ Return the value of the named attribute of *object*. *name* must be a string.
451
If the string is the name of one of the object's attributes, the result is the
452
value of that attribute. For example, ``getattr(x, 'foobar')`` is equivalent to
453
``x.foobar``. If the named attribute does not exist, *default* is returned if
0 commit comments