From ed33236c7180845c17110aaed210272feca44865 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 18 Aug 2019 19:09:11 +0100 Subject: [PATCH] docs: , -> : --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8b1ae2a5..9e80963d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -41,7 +41,7 @@ Enhancements `_ are not yet handled. -* :gh:issue:`419`, :gh:issue:`470`, file descriptor usage is approximately +* :gh:issue:`419`, :gh:issue:`470`: file descriptor usage is approximately halved, as it is no longer necessary to separately manage read and write sides to work around a design problem.