Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jl-wynen committed May 27, 2024
1 parent f26be94 commit af912bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/scitacean/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,10 @@ def query_datasets(
.. code-block:: python
scicat_client.query_datasets({'proposalId': 'abc.123', 'name': 'ds name'})
scicat_client.query_datasets({
'proposalId': 'abc.123',
'datasetName': 'ds name'
})
Return only the newest 5 datasets for proposal ``bc.123``:
Expand Down

0 comments on commit af912bb

Please sign in to comment.