diff --git a/docs/scenarios/db.rst b/docs/scenarios/db.rst index c89f02d..35a5142 100644 --- a/docs/scenarios/db.rst +++ b/docs/scenarios/db.rst @@ -31,7 +31,7 @@ The Django ORM is the interface used by `Django `_ to provide database access. It's based on the idea of -`models `_, +`models `_, an abstraction that makes it easier to manipulate data in Python. The basics: