[Epydoc-commits] SF.net SVN: epydoc: [1749] trunk/epydoc/src/epydoc/docwriter/dotgraph.py
Brought to you by:
edloper
|
From: <ed...@us...> - 2008-02-23 07:02:44
|
Revision: 1749
http://epydoc.svn.sourceforge.net/epydoc/?rev=1749&view=rev
Author: edloper
Date: 2008-02-22 23:02:42 -0800 (Fri, 22 Feb 2008)
Log Message:
-----------
- Fixed typo from previous checkin
Modified Paths:
--------------
trunk/epydoc/src/epydoc/docwriter/dotgraph.py
Modified: trunk/epydoc/src/epydoc/docwriter/dotgraph.py
===================================================================
--- trunk/epydoc/src/epydoc/docwriter/dotgraph.py 2008-02-23 06:59:20 UTC (rev 1748)
+++ trunk/epydoc/src/epydoc/docwriter/dotgraph.py 2008-02-23 07:02:42 UTC (rev 1749)
@@ -812,7 +812,7 @@
def _get_html_label(self):
# Get the class name & contextualize it.
classname = self.class_doc.canonical_name
- if context is not None:
+ if self.context is not None:
classname = classname.contextualize(self.context.canonical_name)
# If we're collapsed, display the node as a single box.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|