Skip to content
Commit b7d983e4 authored by Danh Doan's avatar Danh Doan Committed by Carl Schwan
Browse files

docs: Correct escape sequence for Python 3.12 or later

From Python 3.12, Python starting to deprecating the practice of
treating invalid escape sequence as literal string.

> SyntaxWarning: invalid escape sequence '\.'

Those escape sequence is meant for the regex engine.

Let's tell Python to read them as raw string instead.
parent 8ffe17ee
Pipeline #637130 passed with stage
in 18 minutes and 54 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment