Skip to content

[COSMETIC_BUG] Typo in the print function logging message #1

@arashhabi

Description

@arashhabi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions