aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2019-10-18 03:26:07 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2019-10-18 03:26:11 +0200
commit074225be9c73bc7e9f6f31ac9e43a83a49c78622 (patch)
treeebd2fb1bb397704c17ba5a2081b77ac293214bf8
parentb0f2879e880671457f841d888c12f35d50ca7737 (diff)
downloadipaddress-074225be9c73bc7e9f6f31ac9e43a83a49c78622.tar.gz
README: wording
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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