@@ -11,12 +11,12 @@ to distinguish when someone is using "PVL" to refer to the formal
11
11
specification versus when they are using "PVL" to refer to some
12
12
text that could be parsable as PVL.
13
13
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
16
16
default. That may not be the dialect of PVL-text that you want,
17
17
and if so, you can easily change it by specifying the ``encoder ``
18
18
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 ,
20
20
encoder=pvl.encoder.PVLEncoder()) `` to dump out PVL-specification
21
21
PVL-text. The options are: PVLEncoder(), ODLEncoder(), PDSLabelEncoder()
22
22
(the default), and ISISEncoder().
@@ -28,7 +28,7 @@ to one of the PVL 'dialects' or that could be converted into one
28
28
of them. We will also use ``pvl `` to refer to this Python library.
29
29
30
30
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
32
32
generic "PVL text."
33
33
34
34
0 commit comments