Skip to content

Commit a76bbe0

Browse files
committed
tweaking orms page wording
1 parent 48ac3b6 commit a76bbe0

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

all.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3385,10 +3385,10 @@ <h2>Python ORM Implementations</h2>
33853385
<li><a href="http://ponyorm.com/">PonyORM</a></li>
33863386
<li><a href="http://sqlobject.org/">SQLObject</a></li>
33873387
</ol>
3388-
<p>There are several other ORMs, such as Canonical's
3388+
<p>There are other ORMs, such as Canonical's
33893389
<a href="https://storm.canonical.com/">Storm</a>, but most of them do not appear to
3390-
currently be under active development. Learn more about the major ORMs
3391-
below.</p>
3390+
currently be under active development. Learn more about the major active
3391+
ORMs below.</p>
33923392
<h3>Django's ORM</h3>
33933393
<p>The <a href="/django.html">Django</a> web framework comes with
33943394
its own built-in object-relational mapping module, generally referred to

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>2015-06-16T09:22:31Z</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>2015-06-16T09:23:03Z</updated></feed>

object-relational-mappers-orms.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ <h2>Python ORM Implementations</h2>
145145
<li><a href="http://ponyorm.com/">PonyORM</a></li>
146146
<li><a href="http://sqlobject.org/">SQLObject</a></li>
147147
</ol>
148-
<p>There are several other ORMs, such as Canonical's
148+
<p>There are other ORMs, such as Canonical's
149149
<a href="https://storm.canonical.com/">Storm</a>, but most of them do not appear to
150-
currently be under active development. Learn more about the major ORMs
151-
below.</p>
150+
currently be under active development. Learn more about the major active
151+
ORMs below.</p>
152152
<h3>Django's ORM</h3>
153153
<p>The <a href="/django.html">Django</a> web framework comes with
154154
its own built-in object-relational mapping module, generally referred to

source/content/pages/05-data/04-object-relational-mappers.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ There are numerous ORM implementations written in Python, including
137137
1. [PonyORM](http://ponyorm.com/)
138138
1. [SQLObject](http://sqlobject.org/)
139139

140-
There are several other ORMs, such as Canonical's
140+
There are other ORMs, such as Canonical's
141141
[Storm](https://storm.canonical.com/), but most of them do not appear to
142-
currently be under active development. Learn more about the major ORMs
143-
below.
142+
currently be under active development. Learn more about the major active
143+
ORMs below.
144144

145145

146146
### Django's ORM

0 commit comments

Comments
 (0)