Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pynetdicom/_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2688,7 +2688,7 @@ def doc_handle_find(event: "Event", *args: Sequence[Any]) -> CFindType:
------
status : pydicom.dataset.Dataset or int
The status returned to the peer AE in the C-FIND response. Must be
a valid C-FIND status vuale for the applicable Service Class as
a valid C-FIND status value for the applicable Service Class as
either an :class:`int` or a :class:`~pydicom.dataset.Dataset` object
containing (at a minimum) a (0000,0900) *Status* element. If returning
a :class:`~pydicom.dataset.Dataset` object then
Expand Down