-
-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #588 from bsipocz/MAINT_fix_docs
MAINT: fix doctest typoes fixed upstream
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]>") | ||
|
||
|
||
|