diff --git a/docs/registry/index.rst b/docs/registry/index.rst index b957afa0..a119707a 100644 --- a/docs/registry/index.rst +++ b/docs/registry/index.rst @@ -536,7 +536,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 17d5bd8a..b85220b2 100644 --- a/pyvo/registry/tests/test_regtap.py +++ b/pyvo/registry/tests/test_regtap.py @@ -717,7 +717,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)" " ")