Skip to content

Commit 0151932

Browse files
committed
docs: fix typo in index
1 parent 1b76b00 commit 0151932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ an easy to access data structure. The library could eventually
1818
also contain the ability to create HL7 v2.x messages.
1919

2020
python-hl7 parses HL7 into a series of wrapped :py:class:`hl7.Container` objects.
21-
The there are specific subclasses of :py:class:`hl7.Container` depending on
21+
There are specific subclasses of :py:class:`hl7.Container` depending on
2222
the part of the HL7 message. The :py:class:`hl7.Container` message itself
2323
is a subclass of a Python list, thus we can easily access the
2424
HL7 message as an n-dimensional list. Specifically, the subclasses of

0 commit comments

Comments
 (0)