From: Kamil Madac Date: Thu, 5 Dec 2013 08:36:49 +0000 (+0100) Subject: Typo fixed X-Git-Tag: v2.1.0~1^2^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3bc8b6e1f470298467738f1a33c759eeb0474f4;p=services%2Fpython-requests.git Typo fixed --- diff --git a/requests/utils.py b/requests/utils.py index 12ff74d..965b255 100644 --- a/requests/utils.py +++ b/requests/utils.py @@ -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 """