Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewMonroe committed Dec 20, 2017
1 parent a925d3b commit 723c6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Subnet
ip = iblox.subnet('10.1.1.0/24').next_available_ip()

# Get the subnet for a particular IP address
ip = iblox.subnet_from_ip('10.1.1.0/24')
subnet = iblox.subnet_from_ip('10.1.1.0/24')
```
Lease
----
Expand Down

0 comments on commit 723c6e4

Please sign in to comment.