Skip to content

Commit ee7c8f3

Browse files
authored
remove invalid statement from doc/user-guide/io.rst (#8194)
1 parent 5bbbf31 commit ee7c8f3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/user-guide/io.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,7 @@ you try to perform some sort of actual computation. For an example of how these
115115
lazy arrays work, see the OPeNDAP section below.
116116

117117
There may be minor differences in the :py:class:`Dataset` object returned
118-
when reading a NetCDF file with different engines. For example,
119-
single-valued attributes are returned as scalars by the default
120-
``engine=netcdf4``, but as arrays of size ``(1,)`` when reading with
121-
``engine=h5netcdf``.
118+
when reading a NetCDF file with different engines.
122119

123120
It is important to note that when you modify values of a Dataset, even one
124121
linked to files on disk, only the in-memory copy you are manipulating in xarray

0 commit comments

Comments
 (0)