Skip to content

Commit ea3d3a1

Browse files
jswhit2jswhit2
authored andcommitted
update
1 parent 51edbab commit ea3d3a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/netCDF4/_netCDF4.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ If the `_Encoding` special attribute is set for a character array
10661066
(dtype `S1`) variable, the `chartostring` utility function is used to convert the array of
10671067
characters to an array of strings with one less dimension (the last dimension is
10681068
interpreted as the length of each string) when reading the data. The character
1069-
set (usually ascii) is specified by the `_Encoding` attribute. If `_Encoding`
1069+
set is specified by the `_Encoding` attribute. If `_Encoding`
10701070
is 'none' or 'bytes', then the character array is converted to a numpy
10711071
fixed-width byte string array (dtype `S#`), otherwise a numpy unicode (dtype
10721072
`U#`) array is created. When writing the data,

0 commit comments

Comments
 (0)