Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65bdae6 commit cac857eCopy full SHA for cac857e
1 file changed
doc/sphinxext/inheritance_diagram.py
@@ -140,8 +140,8 @@ def recurse(cls):
140
def class_name(self, cls, parts=0):
141
"""
142
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.
+ works for things I've tested in matplotlib so far, but may not
+ be completely general.
145
146
module = cls.__module__
147
if module == '__builtin__':
@@ -158,7 +158,7 @@ def get_all_class_names(self):
158
159
return [self.class_name(x) for x in self.all_classes]
160
161
- # These are the default options for
+ # These are the default options for graphviz
162
default_graph_options = {
163
"rankdir": "LR",
164
"size": '"8.0, 12.0"'
0 commit comments