Skip to content

Commit 3d44c8a

Browse files
committed
Merge branch 'main' of github.com:jcupitt/libdicom
2 parents 414dec5 + cb97fa9 commit 3d44c8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/source/usage.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ A `Data Element
3636

3737
Every data element has a tag indicating its purpose. Tags are 32-bit
3838
unsigned ints with the top 16 bits indicating the group and the bottom 16
39-
the element. They are usually written in hexadecimal, perhaps 0x00400554,
40-
meaning element 0x554 of group 0x40, or as keywords, in this case
41-
`SpecimenUID`. You can get the tag from its corresponding keyword with
39+
the element. They are usually written in hexadecimal, perhaps ``0x00400554``,
40+
meaning element ``0x554`` of group ``0x40``, or as keywords, in this case
41+
``"SpecimenUID"``. You can get the tag from its corresponding keyword with
4242
:c:func:`dcm_dict_tag_from_keyword()`, or find the keyword from a tag with
4343
:c:func:`dcm_dict_keyword_from_tag()`.
4444

0 commit comments

Comments
 (0)