Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4386d3 commit c816290Copy full SHA for c816290
1 file changed
Doc/howto/ipaddress.rst
@@ -288,4 +288,4 @@ you can still do the following::
288
try:
289
ipaddress.IPv4Address(address)
290
except ValueError:
291
- print 'address/netmask is invalid: %s' % address
+ print('address/netmask is invalid:', address)
0 commit comments