Skip to content

Commit 6668053

Browse files
committed
fix mysql typo
1 parent 244b438 commit 6668053

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4683,7 +4683,7 @@ <h2>MySQL or PostgreSQL?</h2>
46834683
<a href="/postgresql.html">PostgreSQL</a>. However, PostgreSQL's design is often
46844684
preferred by Python web developers, especially when data migrations are
46854685
run as an application evolves.</p>
4686-
<div class="well see-also">PostgreSQL is an implementation of the <a href="/databases.html">relational database</a> concept. Learn more in the <a href="/data.html">data</a> chapter or view the <a href="/table-of-contents.html">table of contents</a> for all topics.</div>
4686+
<div class="well see-also">MySQL is an implementation of the <a href="/databases.html">relational database</a> concept. Learn more in the <a href="/data.html">data</a> chapter or view the <a href="/table-of-contents.html">table of contents</a> for all topics.</div>
46874687

46884688
<h2>What organizations use MySQL?</h2>
46894689
<p>The database is deployed in production at some of the highest

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>2016-03-10T07:58:40Z</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>2016-03-10T15:12:02Z</updated></feed>

mysql.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h2>MySQL or PostgreSQL?</h2>
4141
<a href="/postgresql.html">PostgreSQL</a>. However, PostgreSQL's design is often
4242
preferred by Python web developers, especially when data migrations are
4343
run as an application evolves.</p>
44-
<div class="well see-also">PostgreSQL is an implementation of the <a href="/databases.html">relational database</a> concept. Learn more in the <a href="/data.html">data</a> chapter or view the <a href="/table-of-contents.html">table of contents</a> for all topics.</div>
44+
<div class="well see-also">MySQL is an implementation of the <a href="/databases.html">relational database</a> concept. Learn more in the <a href="/data.html">data</a> chapter or view the <a href="/table-of-contents.html">table of contents</a> for all topics.</div>
4545

4646
<h2>What organizations use MySQL?</h2>
4747
<p>The database is deployed in production at some of the highest

source/content/pages/05-data/06-mysql.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ applications. MySQL has a slightly easier initial learning curve than
2121
preferred by Python web developers, especially when data migrations are
2222
run as an application evolves.
2323

24-
<div class="well see-also">PostgreSQL is an implementation of the <a href="/databases.html">relational database</a> concept. Learn more in the <a href="/data.html">data</a> chapter or view the <a href="/table-of-contents.html">table of contents</a> for all topics.</div>
24+
<div class="well see-also">MySQL is an implementation of the <a href="/databases.html">relational database</a> concept. Learn more in the <a href="/data.html">data</a> chapter or view the <a href="/table-of-contents.html">table of contents</a> for all topics.</div>
2525

2626

2727
## What organizations use MySQL?

0 commit comments

Comments
 (0)