Skip to content

Commit 553eef8

Browse files
committed
docs: fix possessive typo in parser docstrings
1 parent 0151932 commit 553eef8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hl7/parser.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def parse_hl7(line, encoding="utf-8", factory=Factory):
1313
messages or batches respectively.
1414
1515
A custom :py:class:`hl7.Factory` subclass can be passed in to be used when
16-
constructing the message/batch/file and it's components.
16+
constructing the message/batch/file and its components.
1717
1818
.. note::
1919
@@ -61,7 +61,7 @@ def parse(lines, encoding="utf-8", factory=Factory):
6161
indexed access to the data elements.
6262
6363
A custom :py:class:`hl7.Factory` subclass can be passed in to be used when
64-
constructing the message and it's components.
64+
constructing the message and its components.
6565
6666
.. note::
6767
@@ -129,7 +129,7 @@ def parse_batch(lines, encoding="utf-8", factory=Factory):
129129
that allows indexed access to the messages.
130130
131131
A custom :py:class:`hl7.Factory` subclass can be passed in to be used when
132-
constructing the batch and it's components.
132+
constructing the batch and its components.
133133
134134
.. note::
135135
@@ -212,7 +212,7 @@ def parse_file(lines, encoding="utf-8", factory=Factory): # noqa: C901
212212
indexed access to the batches.
213213
214214
A custom :py:class:`hl7.Factory` subclass can be passed in to be used when
215-
constructing the file and it's components.
215+
constructing the file and its components.
216216
217217
.. note::
218218

0 commit comments

Comments
 (0)