Skip to content

Commit 55f2e68

Browse files
fix: update doc string
1 parent a1c60a6 commit 55f2e68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dicomweb_client/web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def __init__(
236236
when streaming data from the server using chunked transfer encoding
237237
(used by ``iter_*()`` methods as well as the ``store_instances()``
238238
method); defaults to ``10**6`` bytes (1MB)
239-
permissive: bool, optional
239+
permissive_uid: bool, optional
240240
If ``True``, relaxes the DICOM Standard validation for UIDs (see
241241
main docstring for details). This option is made available since
242242
users may be occasionally forced to work with DICOMs or services

0 commit comments

Comments
 (0)