Errors or mistypes in course "Learn Python"

Lesson 59 and 60

Ask: string.lstring(chars)
Definition: returns a string in which chars have been stripped from the beginning of the string (default whitespace characters)

Please: change question to “string.lstrip(chars)”