Review typo + fix test issue.

This patch fix https://travis-ci.org/funilrys/hosts/jobs/347497718#L749
This commit is contained in:
funilrys 2018-02-28 23:15:01 +01:00
parent 079ad6b674
commit d3ef85df17
No known key found for this signature in database
GPG Key ID: 0D8BFEF5515C00C6

View File

@ -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
----------