Typo fixed

This commit is contained in:
Kamil Madac
2013-12-05 09:36:49 +01:00
parent 21c88c829a
commit f3bc8b6e1f
+1 -1
View File
@@ -409,7 +409,7 @@ def requote_uri(uri):
def address_in_network(ip, net):
"""
This function allows you to check if on IP belongs to a Network subnet
This function allows you to check if on IP belongs to a network subnet
Example: returns True if ip = 192.168.1.1 and net = 192.168.1.0/24
returns False if ip = 192.168.1.1 and net = 192.168.100.0/24
"""