Skip to content

Commit

Permalink
Merge pull request #1382 from DWesl/patch-1
Browse files Browse the repository at this point in the history
DOC: Try to keep <code> tags from appearing in rendered docs
  • Loading branch information
jswhit authored Nov 12, 2024
2 parents 4e994e7 + e0efdb5 commit ec06380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/netCDF4/_netCDF4.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2331,8 +2331,8 @@ strings.
exception will be raised if a file with the same name already exists.
mode=`x` is identical to mode=`w` with clobber=False.
**`format`**: underlying file format (one of `'NETCDF4',
'NETCDF4_CLASSIC', 'NETCDF3_CLASSIC'`, `'NETCDF3_64BIT_OFFSET'` or
**`format`**: underlying file format (one of `'NETCDF4'`,
`'NETCDF4_CLASSIC'`, `'NETCDF3_CLASSIC'`, `'NETCDF3_64BIT_OFFSET'` or
`'NETCDF3_64BIT_DATA'`.
Only relevant if `mode = 'w'` (if `mode = 'r','a'` or `'r+'` the file format
is automatically detected). Default `'NETCDF4'`, which means the data is
Expand Down

0 comments on commit ec06380

Please sign in to comment.