Skip to content

Commit 606bcca

Browse files
committed
Fix indentation in docstring
1 parent e59e17f commit 606bcca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shiny/render/_render.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,14 +316,14 @@ def plot(
316316
2. An :class:`matplotlib.artist.Artist` instance.
317317
3. A list/tuple of Figure/Artist instances.
318318
4. An object with a 'figure' attribute pointing to a
319-
:class:`matplotlib.figure.Figure` instance.
319+
:class:`matplotlib.figure.Figure` instance.
320320
5. A :class:`PIL.Image.Image` instance.
321321
322322
Tip
323323
----
324324
This decorator should be applied **before** the ``@output`` decorator. Also, the
325-
name of the decorated function (or ``@output(id=...)``) should match the ``id`` of
326-
a :func:`~shiny.ui.output_plot` container (see :func:`~shiny.ui.output_plot` for
325+
name of the decorated function (or ``@output(id=...)``) should match the ``id`` of a
326+
:func:`~shiny.ui.output_plot` container (see :func:`~shiny.ui.output_plot` for
327327
example usage).
328328
329329
See Also

0 commit comments

Comments
 (0)