diff --git a/docs/registry/index.rst b/docs/registry/index.rst index 6735283d..f77dc922 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 bb760bb3..b0088bf7 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)" " ")