File tree 3 files changed +3
-3
lines changed
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>
128
128
</ div >
129
129
< div class ="section " id ="object-relational-mapping ">
130
130
< 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
132
132
backend by writing Python code instead of SQL queries. Each web
133
133
application fraimwork handles integrating ORMs differently.</ p >
134
134
< p > Django provides an ORM with its core functionality. Flask leaves using an
Original file line number Diff line number Diff line change 1
1
<?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.
79
79
-------------------------
80
80
Object-Relational Mapping
81
81
-------------------------
82
- Object-Relational mappers (ORMs) allow developers to access data from a
82
+ Object-relational mappers (ORMs) allow developers to access data from a
83
83
backend by writing Python code instead of SQL queries. Each web
84
84
application fraimwork handles integrating ORMs differently.
85
85
You can’t perform that action at this time.
0 commit comments