Skip to content

Commit

Permalink
Specify 'import dcmread' in File-sets tutorial (#2018)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Feb 23, 2024
1 parent d61f83a commit dce5644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/tutorials/filesets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ To load an existing File-set just pass a DICOMDIR

.. code-block:: python
>>> from pydicom import dcmread
>>> from pydicom.fileset import FileSet
>>> from pydicom.data import get_testdata_file
>>> path = get_testdata_file("DICOMDIR")
Expand Down

0 comments on commit dce5644

Please sign in to comment.