We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b76b00 commit 0151932Copy full SHA for 0151932
docs/index.rst
@@ -18,7 +18,7 @@ an easy to access data structure. The library could eventually
18
also contain the ability to create HL7 v2.x messages.
19
20
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
+There are specific subclasses of :py:class:`hl7.Container` depending on
22
the part of the HL7 message. The :py:class:`hl7.Container` message itself
23
is a subclass of a Python list, thus we can easily access the
24
HL7 message as an n-dimensional list. Specifically, the subclasses of
0 commit comments