From 4e541ef9a28975c95192b635174189ea6169ad3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Tue, 27 Aug 2024 11:40:07 -0700 Subject: [PATCH] Merge pull request #588 from bsipocz/MAINT_fix_docs MAINT: fix doctest typoes fixed upstream --- docs/registry/index.rst | 2 +- pyvo/registry/tests/test_regtap.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/registry/index.rst b/docs/registry/index.rst index 6735283d9..f77dc922f 100644 --- a/docs/registry/index.rst +++ b/docs/registry/index.rst @@ -499,7 +499,7 @@ least an e-Mail address: .. doctest-remote-data:: >>> res.get_contact() - 'GAVO Data Center Team (++49 6221 54 1837) ' + 'GAVO Data Centre Team (+49 6221 54 1837) ' Finally, the registry has an idea of what kind of tables are published through a resource, much like the VOSI tables endpoint (as a matter of diff --git a/pyvo/registry/tests/test_regtap.py b/pyvo/registry/tests/test_regtap.py index bb760bb37..b0088bf7f 100644 --- a/pyvo/registry/tests/test_regtap.py +++ b/pyvo/registry/tests/test_regtap.py @@ -687,7 +687,7 @@ def test_get_contact(): rsc = _makeRegistryRecord( ivoid="ivo://org.gavo.dc/flashheros/q/ssa") assert (rsc.get_contact() - == "GAVO Data Center Team (++49 6221 54 1837)" + == "GAVO Data Centre Team (+49 6221 54 1837)" " ")