From 4e3db86043c4f05054ceee6627a483b1f0711e14 Mon Sep 17 00:00:00 2001 From: Benoit L Date: Sun, 13 Oct 2019 22:10:52 +0200 Subject: [PATCH] Correcting comment in the test file conftest.py --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 5a703971011..77c1ab78882 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -104,7 +104,7 @@ def unix_sockname(tmp_path, tmp_path_factory): # N.B. Different OS kernels have different fs path length limitations # for it. For Linux, it's 108, for HP-UX it's 92 (or higher) depending - # on its version. For for most of the BSDs (Open, Free, macOS) it's + # on its version. For most of the BSDs (Open, Free, macOS) it's # mostly 104 but sometimes it can be down to 100. # Ref: https://github.com/aio-libs/aiohttp/issues/3572