Skip to content

Commit 763fe05

Browse files
committed
docs(standards.rst): Fixed some typos.
1 parent b83ed18 commit 763fe05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/standards.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ to distinguish when someone is using "PVL" to refer to the formal
1111
specification versus when they are using "PVL" to refer to some
1212
text that could be parsable as PVL.
1313

14-
It is important to not that ``pvl`` module's approach is: attempt
15-
read everything, but write out standards-compliant PDS3 labels by
14+
It is important to not that the ``pvl`` module's approach is: attempt
15+
to read everything, but write out standards-compliant PDS3 labels by
1616
default. That may not be the dialect of PVL-text that you want,
1717
and if so, you can easily change it by specifying the ``encoder``
1818
parameter to the ``pvl.dump()`` or ``pvl.dumps()`` functions. In
19-
general, you could write ``pvl.dump(dictlike,
19+
general, you could write ``pvl.dump(somedictlike,
2020
encoder=pvl.encoder.PVLEncoder())`` to dump out PVL-specification
2121
PVL-text. The options are: PVLEncoder(), ODLEncoder(), PDSLabelEncoder()
2222
(the default), and ISISEncoder().
@@ -28,7 +28,7 @@ to one of the PVL 'dialects' or that could be converted into one
2828
of them. We will also use ``pvl`` to refer to this Python library.
2929

3030
In practice, since people are not typcially aware of the formal PVL
31-
specification, when most people say "PVL" they are referring to
31+
specification, when most people say "PVL" they are most likely referring to
3232
generic "PVL text."
3333

3434

0 commit comments

Comments
 (0)