Skip to content

Commit

Permalink
docs: edit rights doctstring to use VOResource definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Oct 4, 2023
1 parent 31ed581 commit 85fa8d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyvo/registry/regtap.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,10 +566,10 @@ def updated(self):

@property
def rights(self):
"""Rights information about the content of the resource.
"""A statement of usage conditions for the content of the resource.
This information is often incomplete in the registry, you
might get more information with the ``reference_url``.
might get more information at the ``reference_url``.
"""
return self.get("rights", decode=True)

Expand Down

0 comments on commit 85fa8d6

Please sign in to comment.