From 08b6b775e2eb44886c6bc63add80840f73046814 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Thu, 3 Sep 2020 13:31:21 +0200 Subject: [PATCH] reword the comment on censorship --- respodns/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/respodns/checks.py b/respodns/checks.py index b40dbac..3da5d3d 100644 --- a/respodns/checks.py +++ b/respodns/checks.py @@ -3,7 +3,7 @@ from .util import concat_nonsense, rot13, head from .structs import Check first = [ - # this avoids issues with chinese censorship. see: + # checking this first this avoids issues with censorship in China. see: # https://www.bortzmeyer.org/sichuan-pepper.html Check("common", "baidu.com"), ]