Skip to content

Commit a982809

Browse files
authored
Merge pull request #486 from asadalpha/patch-1
Update built-in-functions.md
2 parents a7c465f + c0be185 commit a982809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cheatsheet/built-in-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The Python interpreter has a number of functions and types built into it that ar
4141
| <router-link to='/builtin/frozenset'>frozenset()</router-link> | Return a new frozenset object. |
4242
| <router-link to='/builtin/getattr'>getattr()</router-link> | Return the value of the named attribute of object. |
4343
| <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. |
4545
| <router-link to='/builtin/hash'>hash()</router-link> | Return the hash value of the object. |
4646
| <router-link to='/builtin/help'>help()</router-link> | Invoke the built-in help system. |
4747
| <router-link to='/builtin/hex'>hex()</router-link> | Convert an integer number to a lowercase hexadecimal string. |

0 commit comments

Comments
 (0)