Skip to content

Commit

Permalink
Merge pull request #588 from bsipocz/MAINT_fix_docs
Browse files Browse the repository at this point in the history
MAINT: fix doctest typoes fixed upstream
  • Loading branch information
bsipocz committed Oct 14, 2024
1 parent 4e5e313 commit 4e541ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/registry/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ least an e-Mail address:
.. doctest-remote-data::

>>> res.get_contact()
'GAVO Data Center Team (++49 6221 54 1837) <[email protected]>'
'GAVO Data Centre Team (+49 6221 54 1837) <[email protected]>'

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
Expand Down
2 changes: 1 addition & 1 deletion pyvo/registry/tests/test_regtap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
" <[email protected]>")


Expand Down

0 comments on commit 4e541ef

Please sign in to comment.