|
From: <md...@us...> - 2008-06-24 17:36:51
|
Revision: 5660
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5660&view=rev
Author: mdboom
Date: 2008-06-24 10:35:57 -0700 (Tue, 24 Jun 2008)
Log Message:
-----------
Minor comments fixes.
Modified Paths:
--------------
trunk/matplotlib/doc/sphinxext/inheritance_diagram.py
Modified: trunk/matplotlib/doc/sphinxext/inheritance_diagram.py
===================================================================
--- trunk/matplotlib/doc/sphinxext/inheritance_diagram.py 2008-06-24 17:35:33 UTC (rev 5659)
+++ trunk/matplotlib/doc/sphinxext/inheritance_diagram.py 2008-06-24 17:35:57 UTC (rev 5660)
@@ -140,8 +140,8 @@
def class_name(self, cls, parts=0):
"""
Given a class object, return a fully-qualified name. This
- works for things I've tested in matplotlib so far, but may
- not be completely general.
+ works for things I've tested in matplotlib so far, but may not
+ be completely general.
"""
module = cls.__module__
if module == '__builtin__':
@@ -158,7 +158,7 @@
"""
return [self.class_name(x) for x in self.all_classes]
- # These are the default options for
+ # These are the default options for graphviz
default_graph_options = {
"rankdir": "LR",
"size": '"8.0, 12.0"'
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|