From e6b57d54b7fcdf83cd0115dbeaa1b83d8d484cb5 Mon Sep 17 00:00:00 2001 From: "Adam Ginsburg (keflavich)" Date: Thu, 20 Oct 2016 10:10:38 -0600 Subject: [PATCH] avoid an intersphinx conflict --- astroquery/vamdc/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astroquery/vamdc/core.py b/astroquery/vamdc/core.py index dd5aaa9d7f..4ac9ea0ff1 100644 --- a/astroquery/vamdc/core.py +++ b/astroquery/vamdc/core.py @@ -83,7 +83,7 @@ def query_molecule(self, molecule_name, chem_re_flags=0, cache=True): Returns ------- - result: `vamdclib.request.Result` + result: ``vamdclib.request.Result`` A vamdclib Result object that has a data attribute. The result object has dictionary-like entries but has more functionality built on top of that