We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51edbab commit ea3d3a1Copy full SHA for ea3d3a1
1 file changed
src/netCDF4/_netCDF4.pyx
@@ -1066,7 +1066,7 @@ If the `_Encoding` special attribute is set for a character array
1066
(dtype `S1`) variable, the `chartostring` utility function is used to convert the array of
1067
characters to an array of strings with one less dimension (the last dimension is
1068
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`
+set is specified by the `_Encoding` attribute. If `_Encoding`
1070
is 'none' or 'bytes', then the character array is converted to a numpy
1071
fixed-width byte string array (dtype `S#`), otherwise a numpy unicode (dtype
1072
`U#`) array is created. When writing the data,
0 commit comments