Skip to content

Commit 4237be5

Browse files
committed
Fix docstring
1 parent 0e313dc commit 4237be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_get_database_summary_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test_get_target(
1818
high_quality_image: io.BytesIO,
1919
) -> None:
2020
"""
21-
Details of a target are returned by ``get_target_summary``.
21+
Details of a database are returned by ``get_database_summary_report``.
2222
"""
2323
report = client.get_database_summary_report()
2424
expected_keys = {

0 commit comments

Comments
 (0)