File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ The Python interpreter has a number of functions and types built into it that ar
41
41
| <router-link to =' /builtin/frozenset ' >frozenset()</router-link > | Return a new frozenset object. |
42
42
| <router-link to =' /builtin/getattr ' >getattr()</router-link > | Return the value of the named attribute of object. |
43
43
| <router-link to =' /builtin/globals ' >globals()</router-link > | Return the dictionary implementing the current module namespace. |
44
- | <router-link to =' /builtin/hasattr ' >hasattr()</router-link > | True if the string is the name of one of the object’s attributes. |
44
+ | <router-link to =' /builtin/hasattr ' >hasattr()</router-link > | Return True if the object has the named attribute. |
45
45
| <router-link to =' /builtin/hash ' >hash()</router-link > | Return the hash value of the object. |
46
46
| <router-link to =' /builtin/help ' >help()</router-link > | Invoke the built-in help system. |
47
47
| <router-link to =' /builtin/hex ' >hex()</router-link > | Convert an integer number to a lowercase hexadecimal string. |
You can’t perform that action at this time.
0 commit comments