[tor-commits] [stem/master] Fix minor typo in docstring

atagar at torproject.org atagar at torproject.org
Sat Jun 23 23:59:48 UTC 2018


commit a017836a66dbc02c41189cee1d4acf04a24acbc4
Author: Dave Rolek <dmr-x at riseup.net>
Date:   Sun Jun 10 22:27:24 2018 +0000

    Fix minor typo in docstring
---
 stem/client/datatype.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stem/client/datatype.py b/stem/client/datatype.py
index 59b89bd6..db9d461a 100644
--- a/stem/client/datatype.py
+++ b/stem/client/datatype.py
@@ -157,7 +157,7 @@ class _IntegerEnum(stem.util.enum.Enum):
 
   def get(self, val):
     """
-    Privides the (enum, int_value) tuple for a given value.
+    Provides the (enum, int_value) tuple for a given value.
     """
 
     if stem.util._is_int(val):





More information about the tor-commits mailing list