Skip to content

Commit d74ee1f

Browse files
committed
tweaking more wording on orm section
1 parent c41d759 commit d74ee1f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

databases.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ <h2>Object-Relational Mapping</h2>
135135
ORM 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">

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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>

source/content/pages/databases.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ ORM up to an extension, such as
8888
`Flask-SQLALchemy <http://pythonhosted.org/Flask-SQLAlchemy/>`_.
8989

9090
Developers 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

0 commit comments

Comments
 (0)