Skip to content

Commit d89a280

Browse files
committed
fix(pynetdicom): typo
1 parent a9b9312 commit d89a280

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pynetdicom/_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2688,7 +2688,7 @@ def doc_handle_find(event: "Event", *args: Sequence[Any]) -> CFindType:
26882688
------
26892689
status : pydicom.dataset.Dataset or int
26902690
The status returned to the peer AE in the C-FIND response. Must be
2691-
a valid C-FIND status vuale for the applicable Service Class as
2691+
a valid C-FIND status value for the applicable Service Class as
26922692
either an :class:`int` or a :class:`~pydicom.dataset.Dataset` object
26932693
containing (at a minimum) a (0000,0900) *Status* element. If returning
26942694
a :class:`~pydicom.dataset.Dataset` object then

0 commit comments

Comments
 (0)