Skip to content
Snippets Groups Projects
Commit 7669a3f9 authored by Christoph Groth's avatar Christoph Groth
Browse files

fix builder.Site docstring

parent b62fa01e
Branches
Tags
No related merge requests found
......@@ -26,9 +26,10 @@ class Site(tuple):
Parameters
----------
group : an instance of `SiteGroup`
the 'type' of the site.
The 'type' of the site.
tag : a hashable python object
the personal idenifier of the site e. g. its number.
The unique identifier of the site within the site group, typically a
vector of integers.
Attributes
----------
......@@ -38,7 +39,7 @@ class Site(tuple):
Raises
------
ValueError
If ``tag`` is not a proper tag for ``group``.
If `tag` is not a proper tag for `group`.
Notes
-----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment