From c58dfaa71f5cba4b118ea0112094103831c79153 Mon Sep 17 00:00:00 2001 From: Matthias Diener Date: Wed, 5 Oct 2022 16:54:11 -0500 Subject: [PATCH] shot_dot: fix doc --- pymbolic/imperative/utils.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pymbolic/imperative/utils.py b/pymbolic/imperative/utils.py index d986cfb..7479e47 100644 --- a/pymbolic/imperative/utils.py +++ b/pymbolic/imperative/utils.py @@ -143,9 +143,9 @@ def show_dot(dot_code, output_to=None): Visualize the graph represented by *dot_code*. Can be called on the result of :func:`get_dot_dependency_graph`. - :arg: output_to - - An instance of :class:`str` that can be one of: + :arg dot_code: An instance of :class:`str` in the `dot `__ + language to visualize. + :arg output_to: An instance of :class:`str` that can be one of: - ``"xwindow"`` to visualize the graph as an `X window `_. -- GitLab