]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix indentation in reST directive title (#10060)
authorLele Gaifax <lele@metapensiero.it>
Thu, 6 Jul 2023 20:34:57 +0000 (22:34 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Jul 2023 20:34:57 +0000 (22:34 +0200)
doc/build/orm/dataclasses.rst

index 639140b2fb79c13ca4717334aeb140c002ecaeb2..0b0c49a06e22354ff812cc568116e29bedc253eb 100644 (file)
@@ -529,9 +529,9 @@ Integrating with Alternate Dataclass Providers such as Pydantic
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 .. warning::  The dataclass layer of Pydantic version 1.x is **not fully
-    compatible with SQLAlchemy's class instrumentation without additional
-    internal changes, and many features such as related collections may
-    not work correctly.**.
+   compatible with SQLAlchemy's class instrumentation without additional
+   internal changes, and many features such as related collections may
+   not work correctly.**.
 
    For Pydantic compatibility, please consider the
    `SQLModel <https://sqlmodel.tiangolo.com/>` ORM which is built with