]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Replace '.. currentmodule: ' with '.. currentmodule:: '
authoraplatkouski <5857672+aplatkouski@users.noreply.github.com>
Thu, 11 Jun 2020 14:26:25 +0000 (17:26 +0300)
committeraplatkouski <5857672+aplatkouski@users.noreply.github.com>
Tue, 16 Jun 2020 18:26:54 +0000 (21:26 +0300)
Signed-off-by: aplatkouski <5857672+aplatkouski@users.noreply.github.com>
doc/build/core/internals.rst
doc/build/orm/internals.rst

index e5a710011ad7949775b6edb0b7d0864723f7a7af..965c03fd9ff2e0c9599df44814d41bd711964a71 100644 (file)
@@ -5,7 +5,7 @@ Core Internals
 
 Some key internal constructs are listed here.
 
-.. currentmodule: sqlalchemy
+.. currentmodule:: sqlalchemy
 
 .. autoclass:: sqlalchemy.engine.interfaces.Compiled
     :members:
index c9683e1458813524554ac7f66634524352d2da3a..08434d3bbe25910fab6003ea619895eea28fb0f1 100644 (file)
@@ -6,7 +6,7 @@ ORM Internals
 Key ORM constructs, not otherwise covered in other
 sections, are listed here.
 
-.. currentmodule: sqlalchemy.orm
+.. currentmodule:: sqlalchemy.orm
 
 .. autoclass:: sqlalchemy.orm.state.AttributeState
     :members: