@@ -2985,8 +2985,8 @@ Dataset standard attributes: `dimensions, dtype, shape, ndim, name` and
29852985`least_significant_digit`. Application programs should never modify
29862986these attributes. The `dimensions` attribute is a tuple containing the
29872987names of the dimensions associated with this variable. The `dtype`
2988- attribute is a string describing the variable's data type (`i4, f8 ,
2989- S1,` etc). The `shape` attribute is a tuple describing the current
2988+ attribute is a string describing the variable's data type (`i4`, `f8` ,
2989+ `S1`, etc). The `shape` attribute is a tuple describing the current
29902990sizes of all the variable's dimensions. The `name` attribute is a
29912991string containing the name of the Variable instance.
29922992The `least_significant_digit`
@@ -3493,8 +3493,8 @@ suffix replaced by `.nc` is used..
34933493
34943494**`mode`**: Access mode to open Dataset (Default `'a'`).
34953495
3496- **`format`**: underlying file format to use (one of `'NETCDF4',
3497- 'NETCDF4_CLASSIC', 'NETCDF3_CLASSIC'`, `'NETCDF3_64BIT_OFFSET'` or
3496+ **`format`**: underlying file format to use (one of `'NETCDF4'` ,
3497+ ` 'NETCDF4_CLASSIC'`, ` 'NETCDF3_CLASSIC'`, `'NETCDF3_64BIT_OFFSET'` or
34983498`'NETCDF3_64BIT_DATA'`. Default `'NETCDF4'`.
34993499
35003500Dataset instance for `ncfilename` is returned.
0 commit comments