Skip to content

Commit 863f6fc

Browse files
authored
fix end_graph method in pstricksformat.py
1 parent ced6284 commit 863f6fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dot2tex/pstricksformat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def start_graph(self, graph):
212212
self.color = ""
213213
return "{\n"
214214

215-
def end_graph(self, node):
215+
def end_graph(self, graph):
216216
return "}\n"
217217

218218
def draw_edge(self, edge):

0 commit comments

Comments
 (0)