From: funilrys Date: Fri, 2 Mar 2018 21:56:32 +0000 (+0100) Subject: Fix grammar. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=50fde09ed7265863c23bef01d88ecccafbe37f84;p=stevenblack-hosts.git Fix grammar. This patch fix: https://github.com/StevenBlack/hosts/pull/520/files/d98b31fb921ff35fb1a421243fa4876504cf676e#r171971716 Thanks to @gfyoung --- diff --git a/updateHostsFile.py b/updateHostsFile.py index a350ac08b..e69cf3a8c 100644 --- a/updateHostsFile.py +++ b/updateHostsFile.py @@ -1151,7 +1151,7 @@ def domain_to_idna(line): `b'\xc9\xa2oogle.com'.decode('idna')`. - About the splitting: We split because we only want to encode the domain and not the full - line which may cause some issue. Keep in mind that we split but we + line, which may cause some issues. Keep in mind that we split, but we still concatenate once we encoded the domain. - The following split the prefix `0.0.0.0` or `127.0.0.1` of a line.