File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ <h2>Connecting to a database with Python</h2>
128128</ div >
129129< div class ="section " id ="object-relational-mapping ">
130130< h2 > Object-Relational Mapping</ h2 >
131- < p > Object-Relational mappers (ORMs) allow developers to access data from a
131+ < p > Object-relational mappers (ORMs) allow developers to access data from a
132132backend by writing Python code instead of SQL queries. Each web
133133application framework handles integrating ORMs differently.</ p >
134134< p > Django provides an ORM with its core functionality. Flask leaves using an
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-02-10T08:11:48Z </updated ></feed >
2+ <feed xmlns =" http://www.w3.org/2005/Atom" ><title >Matt Makai</title ><link href =" http://www.fullstackpython.com/" rel =" alternate" ></link ><link href =" http://www.fullstackpython.com/feeds/all.atom.xml" rel =" self" ></link ><id >http://www.fullstackpython.com/</id ><updated >2014-02-10T08:12:16Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ single file-based database.
7979-------------------------
8080Object-Relational Mapping
8181-------------------------
82- Object-Relational mappers (ORMs) allow developers to access data from a
82+ Object-relational mappers (ORMs) allow developers to access data from a
8383backend by writing Python code instead of SQL queries. Each web
8484application framework handles integrating ORMs differently.
8585
You can’t perform that action at this time.
0 commit comments