
commit b5661f160a393984fd99b2cb67438ee4eb76e3a9 Author: Toralf Förster <toralf.foerster@gmx.de> Date: Sun Apr 24 10:40:48 2016 -0700 Fixing couple typos --- stem/exit_policy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stem/exit_policy.py b/stem/exit_policy.py index 0453470..c630608 100644 --- a/stem/exit_policy.py +++ b/stem/exit_policy.py @@ -807,8 +807,8 @@ class ExitPolicyRule(object): :returns: str of our subnet mask for the address (ex. '255.255.255.0') """ - # Lazy loading our mask because it very infrequently requested. There's - # no reason to usually usse memory for it. + # Lazy loading our mask because it is very infrequently requested. There's + # no reason to usually use memory for it. if not self._mask: address_type = self.get_address_type()
participants (1)
-
atagar@torproject.org