commit f2775678754738f910cef20bcd0d360831fddbca Author: Damian Johnson atagar@torproject.org Date: Wed Mar 30 09:54:12 2016 -0700
Typo correction
Typo in a pydoc, spotted by tscpd...
https://trac.torproject.org/projects/tor/ticket/18684 --- stem/descriptor/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stem/descriptor/remote.py b/stem/descriptor/remote.py index 859eb24..08183ef 100644 --- a/stem/descriptor/remote.py +++ b/stem/descriptor/remote.py @@ -700,7 +700,7 @@ class DescriptorDownloader(object):
class Directory(object): """ - Relay we can constact for directory information + Relay we can contact for directory information
.. versionadded:: 1.5.0