From bc825010b3cdeee23513b41937dc62ee91f311e6 Mon Sep 17 00:00:00 2001 From: Andrew McCluskey Date: Tue, 21 Apr 2020 20:19:37 +0100 Subject: [PATCH] fix to some docs --- uravu/plotting.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/uravu/plotting.py b/uravu/plotting.py index ce17f52..8a09686 100644 --- a/uravu/plotting.py +++ b/uravu/plotting.py @@ -164,8 +164,9 @@ def plot_corner(relationship, figsize=(8, 8)): # pragma: no cover figure (in inches). Default is `(10, 6)`. Returns: - (matplotlib.figure): The figure with new plots. - (matplotlib.axes): The axes with new plots. + (tuple): Tuple consisting of: + - (matplotlib.figure): The figure with new plots. + - (matplotlib.axes): The axes with new plots. """ n = len(relationship.variables) if not all(