From 1be300eac1c6708c3794db573945a1c8a3f0e945 Mon Sep 17 00:00:00 2001 From: John Paulett Date: Sun, 8 Jun 2025 17:33:30 -0400 Subject: [PATCH] docs: fix typo in index --- docs/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index 1977e88..e453d55 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,7 +18,7 @@ an easy to access data structure. The library could eventually also contain the ability to create HL7 v2.x messages. python-hl7 parses HL7 into a series of wrapped :py:class:`hl7.Container` objects. -The there are specific subclasses of :py:class:`hl7.Container` depending on +There are specific subclasses of :py:class:`hl7.Container` depending on the part of the HL7 message. The :py:class:`hl7.Container` message itself is a subclass of a Python list, thus we can easily access the HL7 message as an n-dimensional list. Specifically, the subclasses of