Fix grammar.

This patch fix: d98b31fb92 (r171971716)

Thanks to @gfyoung
This commit is contained in:
funilrys
2018-03-02 22:56:32 +01:00
parent 6e62383b28
commit 50fde09ed7

View 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.