Skip to content

Commit 18c7bfb

Browse files
committed
making task queue page more consistent in titles
1 parent a07f068 commit 18c7bfb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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-05-10T18:35:19Z</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-05-10T18:37:55Z</updated></feed>

source/content/pages/07-performance/0705-task-queues.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ when scaling out a large deployment of distributed task queues.
9090
own servers.
9191

9292

93-
## Task queues learning checklist
93+
## Task queue learning checklist
9494
<i class="fa fa-check-square-o"></i>
9595
Pick a slow function in your project that is called during an HTTP request.
9696

task-queues.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h2>Hosted message and task queue services</h2>
122122
own servers.</p>
123123
</li>
124124
</ul>
125-
<h2>Task queues learning checklist</h2>
125+
<h2>Task queue learning checklist</h2>
126126
<p><i class="fa fa-check-square-o"></i>
127127
Pick a slow function in your project that is called during an HTTP request.</p>
128128
<p><i class="fa fa-check-square-o"></i>

0 commit comments

Comments
 (0)