Skip to content

Commit 5d1084e

Browse files
committed
chore: add missing descriptions to docstrings (#155)
1 parent 5894329 commit 5d1084e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/re3data/_response.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
77
Functions:
88
_build_response: Build a response object from an HTTP response.
9-
_parse_repository_response:
10-
_parse_repositories_response:
9+
_parse_repository_response: Parse the response from the re3data API into a Repository object.
10+
_parse_repositories_response: Parse the response from the re3data API into a list of RepositorySummary objects.
1111
1212
Classes:
1313
Response: A response received from the re3data API, encapsulating the HTTP response.

0 commit comments

Comments
 (0)