Skip to content

Commit a52e50d

Browse files
committed
Fix bullets
1 parent 93ffd64 commit a52e50d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/src/user_manual/explanation/netcdf_io.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ storage characteristics of character data are relevant:
152152
* 'string' type variables contain a variable-length unicode string at each array element.
153153

154154
* 'char' type variables contain one-byte characters, and generally have a fixed-length
155-
"string dimension". If they contain *only* ascii character values, this is
156-
uncomplicated, but they may also be used to contain non-ascii data (i.e.
157-
including unicode characters). There is no universally defined agreement on how
158-
to indicate a variable containing non-ascii data, but many datasets have used a
159-
suitable ``_Encoding`` attribute.
155+
"string dimension". If they contain *only* ascii character values, this is
156+
uncomplicated, but they may also be used to contain non-ascii data (i.e.
157+
including unicode characters). There is no universally defined agreement on how
158+
to indicate a variable containing non-ascii data, but many datasets have used a
159+
suitable ``_Encoding`` attribute.
160160

161161
The NetCDF documentation also mentions that an ``_Encoding`` attribute may be used to
162162
represent non-ascii strings in a 'char' type array. However this is described as

0 commit comments

Comments
 (0)