diff --git a/pymbolic/imperative/utils.py b/pymbolic/imperative/utils.py
index d986cfb5d16f963541ca16679a42e89a68ded141..7479e475c74f19ebc8ddb4eea150b100f6335e21 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 `_.