[tor-commits] [stem/master] Linking the RouterStatusEntry's document attr

atagar at torproject.org atagar at torproject.org
Wed Jan 23 17:10:18 UTC 2013


commit 5bcb53923214330d3d6b62eea48c930dde65adf8
Author: Damian Johnson <atagar at torproject.org>
Date:   Wed Jan 23 09:09:03 2013 -0800

    Linking the RouterStatusEntry's document attr
    
    Fixing the pydocs for the RouterStatusEntry's document attribute. Interlinking
    requires a fully qualified class.
---
 stem/descriptor/router_status_entry.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/stem/descriptor/router_status_entry.py b/stem/descriptor/router_status_entry.py
index 94a91c2..a19f17f 100644
--- a/stem/descriptor/router_status_entry.py
+++ b/stem/descriptor/router_status_entry.py
@@ -95,7 +95,7 @@ class RouterStatusEntry(stem.descriptor.Descriptor):
   Information about an individual router stored within a network status
   document. This is the common parent for concrete status entry types.
 
-  :var NetworkStatusDocument document: **\*** document that this descriptor came from
+  :var stem.descriptor.networkstatus.NetworkStatusDocument document: **\*** document that this descriptor came from
 
   :var str nickname: **\*** router's nickname
   :var str fingerprint: **\*** router's fingerprint



More information about the tor-commits mailing list