summaryrefslogtreecommitdiffstats
path: root/Doc/howto/ipaddress.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/howto/ipaddress.rst')
-rw-r--r--Doc/howto/ipaddress.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/ipaddress.rst b/Doc/howto/ipaddress.rst
index ebbf152..f855df8 100644
--- a/Doc/howto/ipaddress.rst
+++ b/Doc/howto/ipaddress.rst
@@ -288,4 +288,4 @@ you can still do the following::
try:
ipaddress.IPv4Address(address)
except ValueError:
- print 'address/netmask is invalid: %s' % address
+ print('address/netmask is invalid:', address)