From a68c1ab5711b5bd0219d46f61ff85d4770708490 Mon Sep 17 00:00:00 2001
From: Ezio Melotti <ezio.melotti@gmail.com>
Date: Wed, 17 Apr 2013 07:34:13 +0300
Subject: [PATCH] #17771: fix typo.  Patch by Andriy Mysyk.

---
 Doc/library/concurrency.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Doc/library/concurrency.rst b/Doc/library/concurrency.rst
index fd2dae2b18..f2a512f845 100644
--- a/Doc/library/concurrency.rst
+++ b/Doc/library/concurrency.rst
@@ -8,7 +8,7 @@ The modules described in this chapter provide support for concurrent
 execution of code. The appropriate choice of tool will depend on the
 task to be executed (CPU bound vs IO bound) and preferred style of
 development (event driven cooperative multitasking vs preemptive
-multitasking) Here's an overview:
+multitasking). Here's an overview:
 
 
 .. toctree::
-- 
2.40.0