From: funilrys Date: Wed, 28 Feb 2018 22:15:01 +0000 (+0100) Subject: Review typo + fix test issue. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d3ef85df17425f1c6448cf2aa60cda267d24b2dc;p=stevenblack-hosts.git Review typo + fix test issue. This patch fix https://travis-ci.org/funilrys/hosts/jobs/347497718#L749 --- diff --git a/updateHostsFile.py b/updateHostsFile.py index 7efb5c2c0..cf42d2542 100644 --- a/updateHostsFile.py +++ b/updateHostsFile.py @@ -1131,8 +1131,8 @@ def remove_old_hosts_file(backup): def domain_to_idna(line): """ - Encode a domain which is presente into a line into `idna`. This way we avoid - the most encoding issue case. + Encode a domain which is presente into a line into `idna`. This way we + avoid the most encoding issue. Parameters ----------