summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <xistence@0x58.com>2018-11-14 19:45:30 -0700
committerGitHub <noreply@github.com>2018-11-14 19:45:30 -0700
commit77bb0026eebaa94845cc1a967171ca2f3e3fdfe0 (patch)
tree018bb5af295e0fe1c0587b23c972efcd8c82488f
parentecea02ff58896ceba149dba17260b05735cbe5b4 (diff)
parent5ce56cfc8667c70e719b2982cce878e76feeaedc (diff)
downloadwaitress-77bb0026eebaa94845cc1a967171ca2f3e3fdfe0.tar.gz
Merge pull request #220 from Pylons/docs-grammar-fix
grammar fix
-rw-r--r--docs/socket-activation.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/socket-activation.rst b/docs/socket-activation.rst
index 88fd021..63483a3 100644
--- a/docs/socket-activation.rst
+++ b/docs/socket-activation.rst
@@ -6,7 +6,7 @@ for example using systemd or launchd, it is prepared to receive pre-bound socket
from init systems, process and socket managers, or other launchers that can provide
pre-bound sockets.
-The following shows a code example starting waitress with two Internet sockets pre-bound sockets.
+The following shows a code example starting waitress with two pre-bound Internet sockets.
.. code-block:: python