Skip to content

Commit bca896e

Browse files
committed
Fix reference to callbacks in client docs for new mkdocstrings v1
1 parent 40b8799 commit bca896e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

optimade/client/client.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ def __init__(
184184
exclude_databases: A set or collection of child database URLs to exclude from queries.
185185
http_client: An override for the underlying HTTP client, primarily used for testing.
186186
callbacks: A list of functions to call after each successful response, see the
187-
attribute [`OptimadeClient.callbacks`][optimade.client.OptimadeClient.callbacks]
188-
docstring for more details.
187+
attribute [`OptimadeClient.callbacks`][optimade.client.client.OptimadeClient.callbacks] docstring for more details.
189188
verbosity: The verbosity level of the client.
190189
191190
"""

0 commit comments

Comments
 (0)