From b9919bf14457490cd01c15c2b7a5b07850dc8e3f Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sat, 13 Feb 2016 19:11:41 -0500 Subject: [PATCH] Improve grammar in docs Fixes #1629 --- docs/guide/intro.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/intro.rst b/docs/guide/intro.rst index ba28c773b..d5b975d55 100644 --- a/docs/guide/intro.rst +++ b/docs/guide/intro.rst @@ -15,9 +15,9 @@ Tornado can be roughly divided into four major components: create web applications, and various supporting classes). * Client- and server-side implementions of HTTP (`.HTTPServer` and `.AsyncHTTPClient`). -* An asynchronous networking library (`.IOLoop` and `.IOStream`), - which serve as the building blocks for the HTTP components and can - also be used to implement other protocols. +* An asynchronous networking library including the classes `.IOLoop` + and `.IOStream`, which serve as the building blocks for the HTTP + components and can also be used to implement other protocols. * A coroutine library (`tornado.gen`) which allows asynchronous code to be written in a more straightforward way than chaining callbacks. -- 2.47.2