Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZviBaratz committed Jul 30, 2021
1 parent 6c52b51 commit 1177b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/multi_frame.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ parsed automatically:
.. code-block:: python
>>> image = Image("/path/to/multi-frame/")
>>> i.raw.pixel_array.shape
>>> image.raw.pixel_array.shape
(112, 512, 512)
>>> i.data.shape
>>> image.data.shape
(512, 512, 56, 2)
The associated :class:`~dicom_parser.utils.multi_frame.multi_frame.MultiFrame`
Expand Down

0 comments on commit 1177b4b

Please sign in to comment.