Skip to content

Commit

Permalink
quick doc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Jun 29, 2013
1 parent e5242d4 commit 4340084
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/)


Expand All @@ -16,4 +16,4 @@ Generate html

$ make html

The command generates html document inside ``build/html`` dir.
The command generates html document inside ``build/html`` dir.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
2 changes: 1 addition & 1 deletion docs/source/signals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
<http://wiki.nginx.org/CommandLine>`.
Expand Down

0 comments on commit 4340084

Please sign in to comment.