Skip to content

Commit

Permalink
small doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew McCluskey committed Apr 23, 2020
1 parent 73a1b40 commit f7b2e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uravu/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ def plot_corner(relationship, figsize=(8, 8)): # pragma: no cover
Returns:
:py:attr:`tuple`: Containing:
- (:py:class:`matplotlib.figure.Figure`): The figure with new plots.
- (:py:class:`matplotlib.axes.Axes`): The axes with new plots.
- :py:class:`matplotlib.figure.Figure`: The figure with new plots.
- :py:class:`matplotlib.axes.Axes`: The axes with new plots.
"""
n = len(relationship.variables)
if not all(
Expand Down

0 comments on commit f7b2e65

Please sign in to comment.