summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Moss <drkjam@gmail.com>2015-08-30 21:34:46 +0100
committerDavid Moss <drkjam@gmail.com>2015-08-30 21:34:46 +0100
commit680bfc3727ead98529f371e362e741bc0d995058 (patch)
tree672b7d89711814d5586ab079fa0c0a63a31ceb89
parenta506e0913e8eea8ea3aef4b9da2d27466ee14369 (diff)
downloadnetaddr-680bfc3727ead98529f371e362e741bc0d995058.tar.gz
- fixed bug in tutorial based on change in this release
-rw-r--r--tutorials/2.x/ip/tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorials/2.x/ip/tutorial.txt b/tutorials/2.x/ip/tutorial.txt
index 858a445..2c577c8 100644
--- a/tutorials/2.x/ip/tutorial.txt
+++ b/tutorials/2.x/ip/tutorial.txt
@@ -61,7 +61,7 @@ Representing networks and subnets
>>> ip.ip
IPAddress('192.0.2.1')
>>> ip.network, ip.broadcast
-(IPAddress('192.0.2.1'), IPAddress('192.0.2.1'))
+(IPAddress('192.0.2.1'), None)
>>> ip.netmask, ip.hostmask
(IPAddress('255.255.255.255'), IPAddress('0.0.0.0'))
>>> ip.size