]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix invalid escape sequence in docs
authorGord Thompson <gord@gordthompson.com>
Thu, 24 Feb 2022 19:07:26 +0000 (12:07 -0700)
committerGord Thompson <gord@gordthompson.com>
Thu, 24 Feb 2022 19:11:06 +0000 (12:11 -0700)
commit0353a9db76db6a46fa63d99a1d05c5cac45ea460
tree9f77b99568dc233669f6a1a6b99ab2eb210d9467
parent381894b50ea7e16b4950ecbdda72c0fa45de8d1c
Fix invalid escape sequence in docs

Current version of this code example will emit an
"invalid escape sequence" DeprecationWarning

Change-Id: Id753139b1661f78d6b3ba86b7ada181b693a562e
lib/sqlalchemy/sql/_elements_constructors.py