From 38aa78b0fc01e90ac8c02b4674b844b588f0b94a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Fri, 15 Dec 2023 15:04:14 -0800 Subject: [PATCH] DOC: fixing docstring error [skip ci] --- pyvo/dal/query.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyvo/dal/query.py b/pyvo/dal/query.py index a21c818c5..d66e97129 100644 --- a/pyvo/dal/query.py +++ b/pyvo/dal/query.py @@ -223,8 +223,8 @@ def execute_votable(self, post=False): Returns ------- - astropy.io.votable.tree.TableElement - an Astropy votable Table instance + astropy.io.votable.tree.VOTableFile + an Astropy votable object Raises ------