Skip to content

Commit 5d4a25f

Browse files
committed
fixing docstring
1 parent 315ff41 commit 5d4a25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dicomweb_client/web.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,7 @@ def search_for_studies(
16591659
Study representations
16601660
(see `Study Result Attributes <http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.7.html#table_6.7.1-2>`_)
16611661
1662-
Notes
1662+
Note
16631663
----
16641664
- The server may only return a subset of search results. In this case,
16651665
a warning will notify the client that there are remaining results.
@@ -2207,7 +2207,7 @@ def search_for_series(
22072207
Series representations
22082208
(see `Series Result Attributes <http://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_6.7.html#table_6.7.1-2a>`_)
22092209
2210-
Notes
2210+
Note
22112211
----
22122212
- The server may only return a subset of search results. In this case,
22132213
a warning will notify the client that there are remaining results.

0 commit comments

Comments
 (0)