From 5ce56cfc8667c70e719b2982cce878e76feeaedc Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 14 Nov 2018 18:07:16 -0800 Subject: [PATCH] grammar fix --- docs/socket-activation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/socket-activation.rst b/docs/socket-activation.rst index 88fd0216..63483a31 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