Fix grammar.
authorfunilrys <redacted>
Fri, 2 Mar 2018 21:56:32 +0000 (22:56 +0100)
committerfunilrys <redacted>
Fri, 2 Mar 2018 21:56:32 +0000 (22:56 +0100)
This patch fix: https://github.com/StevenBlack/hosts/pull/520/files/d98b31fb921ff35fb1a421243fa4876504cf676e#r171971716

Thanks to @gfyoung

updateHostsFile.py

index a350ac08b2c07ac31f90d3d466e573da92cbe955..e69cf3a8ce0ceb559144157b7e45b8d5c9d62659 100644 (file)
@@ -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.
git clone https://git.99rst.org/PROJECT