Skip to content

Commit

Permalink
whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Henrik Thostrup Jensen committed May 19, 2015
1 parent ffddacb commit b074a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ A simple example that demonstrates most of the features: ::
# that contains the search term (routing-style lookup)
rnode = rtree.search_best("10.123.45.6")

# Worst-search will return the shortest matching prefix
# Worst-search will return the shortest matching prefix
# that contains the search term (inverse routing-style lookup)
rnode = rtree.search_worst("10.123.45.6")

Expand All @@ -99,7 +99,7 @@ A simple example that demonstrates most of the features: ::
# Use the nodes() method to return all RadixNodes created
nodes = rtree.nodes()
for rnode in nodes:
print rnode.prefix
print rnode.prefix

# The prefixes() method will return all the prefixes (as a
# list of strings) that have been entered
Expand Down

0 comments on commit b074a97

Please sign in to comment.