From 074225be9c73bc7e9f6f31ac9e43a83a49c78622 Mon Sep 17 00:00:00 2001 From: Philipp Hagemeister Date: Fri, 18 Oct 2019 03:26:07 +0200 Subject: [PATCH] README: wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77471c6..c1c6fad 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ipaddress Python 3.3+'s [ipaddress](http://docs.python.org/dev/library/ipaddress) for Python 2.6, 2.7, 3.2. -Note that as in Python 3.3+ you must use character strings and not byte strings for textual IP address representations: +Note that just like in Python 3.3+ you must use character strings and not byte strings for textual IP address representations: ```python >>> from __future__ import unicode_literals