Description:
There is a type in the print function logging message for the string rfind fucntion example.
Last occurence of the is checked in the example, so the should be logged in the message.
Actual Result:
print("Last occurrence of 'a':", sample_text.rfind("the"))
Expected Result:
print("Last occurrence of 'the':", sample_text.rfind("the"))
Severity: low (cosmetic)
Priority: low
Reference:
https://github.com/LinkedInLearning/advanced-python-3912165/blame/e75e1c9eccff75a3a8ec85acb4dff624c8db6463/Finished/3. Strings/string_search.py#L24
Description:
There is a type in the print function logging message for the string rfind fucntion example.
Last occurence of the is checked in the example, so the should be logged in the message.
Actual Result:
Expected Result:
Severity: low (cosmetic)
Priority: low
Reference:
https://github.com/LinkedInLearning/advanced-python-3912165/blame/e75e1c9eccff75a3a8ec85acb4dff624c8db6463/Finished/3. Strings/string_search.py#L24