diff --git a/docs/cheatsheet/built-in-functions.md b/docs/cheatsheet/built-in-functions.md index c4ceda15..f656e1f7 100644 --- a/docs/cheatsheet/built-in-functions.md +++ b/docs/cheatsheet/built-in-functions.md @@ -41,7 +41,7 @@ The Python interpreter has a number of functions and types built into it that ar | frozenset() | Return a new frozenset object. | | getattr() | Return the value of the named attribute of object. | | globals() | Return the dictionary implementing the current module namespace. | -| hasattr() | True if the string is the name of one of the object’s attributes. | +| hasattr() | Return True if the object has the named attribute. | | hash() | Return the hash value of the object. | | help() | Invoke the built-in help system. | | hex() | Convert an integer number to a lowercase hexadecimal string. |