Skip to content

Commit dce2644

Browse files
committed
Minor doc fix in io module
1 parent 8d23976 commit dce2644

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/highdicom/io.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,11 @@ class ImageFileReader:
272272
----
273273
As of highdicom 0.24.0, users should prefer the :class:`highdicom.Image`
274274
class with lazy frame retrieval (e.g. as output by the
275-
:func:`highdicom.imread` function when `lazy_frame_retrieval=True`) to this
276-
class in most situations. The :class:`highdicom.Image` class offers the
277-
same lazy frame-level access, but additionally has several higher-level
278-
features, including apply pixel transformations to loaded frames,
279-
constructing total pixel matrices, and constructing volumes.
275+
:func:`highdicom.imread` function when ``lazy_frame_retrieval=True``) to
276+
this class in most situations. The :class:`highdicom.Image` class offers
277+
the same lazy frame-level access, but additionally has several higher-level
278+
features, including the ability to apply pixel transformations to loaded
279+
frames, construct total pixel matrices, and construct volumes.
280280
281281
Examples
282282
--------

0 commit comments

Comments
 (0)