From 434008419a8022e7dc3362150687bb68cad480d8 Mon Sep 17 00:00:00 2001 From: benoitc Date: Sat, 29 Jun 2013 06:09:52 +0200 Subject: [PATCH] quick doc fixes --- docs/README.rst | 4 ++-- docs/source/index.rst | 2 +- docs/source/signals.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/README.rst b/docs/README.rst index 5d2067ac..7fce1da3 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -6,7 +6,7 @@ Requirements To generate documentation you need to install: - - Python 2.x >= 2.5 + - Python >= 2.5 - Sphinx (http://sphinx.pocoo.org/) @@ -16,4 +16,4 @@ Generate html $ make html -The command generates html document inside ``build/html`` dir. \ No newline at end of file +The command generates html document inside ``build/html`` dir. diff --git a/docs/source/index.rst b/docs/source/index.rst index b0f2f311..29d0de4b 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -18,7 +18,7 @@ Features * Simple Python configuration * Multiple worker configurations * Various server hooks for extensibility -* Compatible with Python 2.x >= 2.6 and 3.x >= 3.1 +* Compatible with Python 2.x >= 2.6 or 3.x >= 3.1 .. note:: diff --git a/docs/source/signals.txt b/docs/source/signals.txt index 16800ac1..09440ce8 100644 --- a/docs/source/signals.txt +++ b/docs/source/signals.txt @@ -4,7 +4,7 @@ Signals Handling ================ -A brief description of the signals handled by Gunicorn, We also document the +A brief description of the signals handled by Gunicorn. We also document the signales used internally by Gunicorn to communicate with the workers. With the exception of TTIN/TTOU the signals handling match the behaviour of `nginx `.