extruct icon indicating copy to clipboard operation
extruct copied to clipboard

Fix SyntaxWarning in #213

Open marillat opened this issue 1 year ago • 0 comments

Fix this issue :

/usr/lib/python3/dist-packages/extruct/rdfa.py:88: SyntaxWarning: invalid escape sequence '\s'
     match = re.search(prefix + ": [^\s]+", head_element.get("prefix"))

marillat avatar Feb 12 '24 08:02 marillat