File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -135,8 +135,8 @@ <h2>Object-Relational Mapping</h2>
135135ORM up to an extension, such as
136136< a class ="reference external " href ="http://pythonhosted.org/Flask-SQLAlchemy/ "> Flask-SQLALchemy</ a > .</ p >
137137< p > Developers can also use ORMs without a web framework, such as when
138- creating a data analysis tool or a batch script without a user interface. The
139- most widely used stand-alone ORM written for Python is currently
138+ creating a data analysis tool or a batch script without a user interface.
139+ Currently, the most widely used stand-alone ORM written for Python is
140140< a class ="reference external " href ="http://www.sqlalchemy.org/ "> SQLAlchemy</ a > .</ p >
141141</ div >
142142< div class ="section " id ="database-third-party-services ">
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:12:16Z </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:13:42Z </updated ></feed >
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ ORM up to an extension, such as
8888`Flask-SQLALchemy <http://pythonhosted.org/Flask-SQLAlchemy/ >`_.
8989
9090Developers can also use ORMs without a web framework, such as when
91- creating a data analysis tool or a batch script without a user interface. The
92- most widely used stand-alone ORM written for Python is currently
91+ creating a data analysis tool or a batch script without a user interface.
92+ Currently, the most widely used stand-alone ORM written for Python is
9393`SQLAlchemy <http://www.sqlalchemy.org/ >`_.
9494
9595
You can’t perform that action at this time.
0 commit comments