Skip to content

Commit

Permalink
One more
Browse files Browse the repository at this point in the history
  • Loading branch information
bastb committed Oct 25, 2023
1 parent 941dcc0 commit f5b1a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphviz/rendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def render(self,
outfile: Path for the rendered output file.
engine: Layout engine for rendering
(``'dot'``, ``'neato'``, ...).
raise_if_result_exits: Raise :exc:`graphviz.FileExistsError`
raise_if_result_exists: Raise :exc:`graphviz.FileExistsError`
if the result file exists.
overwrite_source: Allow ``dot`` to write to the file it reads from.
Incompatible with ``raise_if_result_exists``.
Expand Down

0 comments on commit f5b1a67

Please sign in to comment.