Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cac857e

Browse files
committed
Minor comments fixes.
svn path=/trunk/matplotlib/; revision=5660
1 parent 65bdae6 commit cac857e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/sphinxext/inheritance_diagram.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ def recurse(cls):
140140
def class_name(self, cls, parts=0):
141141
"""
142142
Given a class object, return a fully-qualified name. This
143-
works for things I've tested in matplotlib so far, but may
144-
not be completely general.
143+
works for things I've tested in matplotlib so far, but may not
144+
be completely general.
145145
"""
146146
module = cls.__module__
147147
if module == '__builtin__':
@@ -158,7 +158,7 @@ def get_all_class_names(self):
158158
"""
159159
return [self.class_name(x) for x in self.all_classes]
160160

161-
# These are the default options for
161+
# These are the default options for graphviz
162162
default_graph_options = {
163163
"rankdir": "LR",
164164
"size": '"8.0, 12.0"'

0 commit comments

Comments
 (0)