Skip to content
Commit b13297cc authored by Benjamin Gray's avatar Benjamin Gray Committed by Heinrich Schuchardt
Browse files

doc/sphinx: fix Python string escapes



Python 3.6 introduced a DeprecationWarning for invalid escape sequences.
This is upgraded to a SyntaxWarning in Python 3.12, and will eventually
be a syntax error.

Fix these now to get ahead of it before it's an error.

Signed-off-by: default avatarBenjamin Gray <bgray@linux.ibm.com>
Message-ID: <20230912060801.95533-3-bgray@linux.ibm.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>

Adapted for U-Boot
Signed-off-by: default avatarHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
parent f99a1e24
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment