]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix a typo (#10620)
authorAleksandr Kiliushin <aleksandr.kiliushin@gmail.com>
Sun, 12 Nov 2023 09:32:05 +0000 (13:32 +0400)
committerGitHub <noreply@github.com>
Sun, 12 Nov 2023 09:32:05 +0000 (10:32 +0100)
doc/build/intro.rst

index 728769d3f225c158ed64a046a0dd71f56b1b2bfd..162604b24c7a42acd92efbecaae06cbd3daf37c4 100644 (file)
@@ -42,7 +42,7 @@ augmented by ORM-specific automations and object-centric querying capabilities.
 Whereas working with Core and the SQL Expression language presents a
 schema-centric view of the database, along with a programming paradigm that is
 oriented around immutability, the ORM builds on top of this a domain-centric
-view of the database with a programming paradigm that is more explcitly
+view of the database with a programming paradigm that is more explicitly
 object-oriented and reliant upon mutability.  Since a relational database is
 itself a mutable service, the difference is that Core/SQL Expression language
 is command oriented whereas the ORM is state oriented.