From 2b839ca14437c61780d6eaaa8b24ad31e021f2c6 Mon Sep 17 00:00:00 2001 From: zhulongcheng Date: Sun, 11 Sep 2016 16:56:29 +0800 Subject: [PATCH] Fix typo in news.rst (#1351) --- docs/source/news.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/news.rst b/docs/source/news.rst index b7b17ddc..f6a30197 100644 --- a/docs/source/news.rst +++ b/docs/source/news.rst @@ -9,7 +9,7 @@ Core & Logging ++++++++++++++ - improvement of the binary upgrade behaviour using USR2: remove file locking (:issue:`1270`) -- add the ``--capture-output`` setting to capture stdout/stderr tot the log +- add the ``--capture-output`` setting to capture stdout/stderr to the log file (:issue:`1271`) - Allow disabling ``sendfile()`` via the ``SENDFILE`` environment variable (:issue:`1252`)