We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e994e7 + e0efdb5 commit ec06380Copy full SHA for ec06380
src/netCDF4/_netCDF4.pyx
@@ -2331,8 +2331,8 @@ strings.
2331
exception will be raised if a file with the same name already exists.
2332
mode=`x` is identical to mode=`w` with clobber=False.
2333
2334
- **`format`**: underlying file format (one of `'NETCDF4',
2335
- 'NETCDF4_CLASSIC', 'NETCDF3_CLASSIC'`, `'NETCDF3_64BIT_OFFSET'` or
+ **`format`**: underlying file format (one of `'NETCDF4'`,
+ `'NETCDF4_CLASSIC'`, `'NETCDF3_CLASSIC'`, `'NETCDF3_64BIT_OFFSET'` or
2336
`'NETCDF3_64BIT_DATA'`.
2337
Only relevant if `mode = 'w'` (if `mode = 'r','a'` or `'r+'` the file format
2338
is automatically detected). Default `'NETCDF4'`, which means the data is
0 commit comments