From 52bfb7a0e742093a762c0f254d88d6e686cd99cc Mon Sep 17 00:00:00 2001 From: Mitchel Humpherys Date: Tue, 28 Apr 2015 22:04:48 -0700 Subject: [PATCH] design.rst: grammar Currently, we introduce this document as a description of "an" architecture of Gunicorn, which makes it sound like this document describes one of many Gunicorn architectures, which doesn't make a lot of sense. Clarify the grammar by introducing the document as a description of "the" Gunicorn architecture. --- docs/source/design.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/design.rst b/docs/source/design.rst index 580fe7c1..3711d794 100644 --- a/docs/source/design.rst +++ b/docs/source/design.rst @@ -5,7 +5,7 @@ Design ====== -A brief description of an architecture of Gunicorn. +A brief description of the architecture of Gunicorn. Server Model ============