[Epydoc-commits] SF.net SVN: epydoc: [1567] trunk/epydoc/src/epydoc/docwriter/dotgraph.py
Brought to you by:
edloper
|
From: <dva...@us...> - 2007-03-05 00:53:11
|
Revision: 1567
http://svn.sourceforge.net/epydoc/?rev=1567&view=rev
Author: dvarrazzo
Date: 2007-03-04 16:53:10 -0800 (Sun, 04 Mar 2007)
Log Message:
-----------
- Fixed docstring (it appeared a definition list).
Modified Paths:
--------------
trunk/epydoc/src/epydoc/docwriter/dotgraph.py
Modified: trunk/epydoc/src/epydoc/docwriter/dotgraph.py
===================================================================
--- trunk/epydoc/src/epydoc/docwriter/dotgraph.py 2007-03-05 00:40:54 UTC (rev 1566)
+++ trunk/epydoc/src/epydoc/docwriter/dotgraph.py 2007-03-05 00:53:10 UTC (rev 1567)
@@ -864,7 +864,7 @@
- ``label`` is the HTML label
- ``depth`` is the depth of the package tree (for coloring)
- ``width`` is the max width of the HTML label, roughly in
- units of characters.
+ units of characters.
"""
MAX_ROW_WIDTH = 80 # unit is roughly characters.
pkg_name = package.canonical_name
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|