Skip to content

Commit

Permalink
README: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
phihag committed Oct 18, 2019
1 parent b0f2879 commit 074225b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 074225b

Please sign in to comment.