diff options
| author | Damian Johnson <atagar@torproject.org> | 2016-03-30 09:54:12 -0700 |
|---|---|---|
| committer | Damian Johnson <atagar@torproject.org> | 2016-03-30 09:54:12 -0700 |
| commit | f2775678754738f910cef20bcd0d360831fddbca (patch) | |
| tree | acf5f97ed011605c9163ed6aadb496bb1ee85611 | |
| parent | 5f9f6986638b4a4ff193bfa03d7f34a2117ed231 (diff) | |
Typo correction
Typo in a pydoc, spotted by tscpd...
https://trac.torproject.org/projects/tor/ticket/18684
| -rw-r--r-- | stem/descriptor/remote.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stem/descriptor/remote.py b/stem/descriptor/remote.py index 859eb24b..08183ef8 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 |
