Skip to content

Commit

Permalink
Removed periods from list items
Browse files Browse the repository at this point in the history
  • Loading branch information
ZviBaratz committed Feb 16, 2023
1 parent b69b884 commit 9fcddf5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/tutorials/filesets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,16 +262,16 @@ This includes changes such as:
* Adding SOP instances using the :meth:`FileSet.add()
<pydicom.fileset.FileSet.add>` or :meth:`FileSet.add_custom()
<pydicom.fileset.FileSet.add_custom>` methods.
<pydicom.fileset.FileSet.add_custom>` methods
* Removing SOP instances with :meth:`FileSet.remove()
<pydicom.fileset.FileSet.remove>`.
<pydicom.fileset.FileSet.remove>`
* Changing one of the following properties:
:attr:`~pydicom.fileset.FileSet.ID`, :attr:`~pydicom.fileset.FileSet.UID`,
:attr:`~pydicom.fileset.FileSet.descriptor_file_id` and
:attr:`~pydicom.fileset.FileSet.descriptor_character_set`.
:attr:`~pydicom.fileset.FileSet.descriptor_character_set`
* When the :class:`~pydicom.fileset.FileSet` class determines it needs to move
SOP instances from an existing File-set's directory structure to the
structure used by *pydicom*.
structure used by *pydicom*
You can tell if changes are staged with the
:attr:`~pydicom.fileset.FileSet.is_staged` property:
Expand Down

0 comments on commit 9fcddf5

Please sign in to comment.