Skip to content

Syntax Warning invalid escape sequence #111

@NicholsAndDimes

Description

@NicholsAndDimes

tkcalendar 1.61
python 3.12.4

tkcalendar/calendar_.py:221: SyntaxWarning: invalid escape sequence '\ '
font = kw.pop("font", "Liberation\ Sans 9")
should be
font = kw.pop("font", "Liberation\\ Sans 9")

after fix, no longer receiving syntax warning

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions