Skip to content

Commit

Permalink
Fix a broken link in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Thayer committed Sep 11, 2013
1 parent 0465420 commit ea1a767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -61,7 +61,7 @@ By default, CIDR prefixes and IP addresses are given as strings.
Alternatively, a ``SubnetTree`` object can be switched into *binary
mode*, in which single addresses are passed in the form of packed
binary strings as, e.g., returned by `socket.inet_aton
<http://docs.python.org/lib/module-socket.html#l2h-3657>`_::
<http://docs.python.org/2/library/socket.html#socket.inet_aton>`_::


>>> t.get_binary_lookup_mode()
Expand Down

0 comments on commit ea1a767

Please sign in to comment.