From c8162900594c39e4963979ba3b428dbad8cb6cb5 Mon Sep 17 00:00:00 2001 From: Sandro Tosi Date: Sat, 2 Jun 2012 17:16:33 +0200 Subject: Issue #14814: use print() function --- Doc/howto/ipaddress.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12