diff --git a/nanopub/client.py b/nanopub/client.py index ddc11dcd..795e2fd8 100644 --- a/nanopub/client.py +++ b/nanopub/client.py @@ -269,7 +269,8 @@ def _search(self, endpoint: str, params: dict): def _parse_search_result(result: dict): """ Parse a nanopub search result (i.e. referring to one matching nanopublication). - Rename 'v' to 'description', select only date, np, label and description fields and unnest them. + Rename 'v' to 'description', select only date, np, label and description fields + and unnest them. """ parsed = dict() parsed['np'] = result['np']['value']