Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c816290

Browse files
committed
Issue #14814: use print() function
1 parent b4386d3 commit c816290

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/ipaddress.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,4 @@ you can still do the following::
288288
try:
289289
ipaddress.IPv4Address(address)
290290
except ValueError:
291-
print 'address/netmask is invalid: %s' % address
291+
print('address/netmask is invalid:', address)

0 commit comments

Comments
 (0)