Skip to content

Commit 18f0be0

Browse files
authored
DOC: Try to avoid <code> showing up in generated HTML
1 parent ec06380 commit 18f0be0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/netCDF4/_netCDF4.pyx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2985,8 +2985,8 @@ Dataset standard attributes: `dimensions, dtype, shape, ndim, name` and
29852985
`least_significant_digit`. Application programs should never modify
29862986
these attributes. The `dimensions` attribute is a tuple containing the
29872987
names 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
29902990
sizes of all the variable's dimensions. The `name` attribute is a
29912991
string containing the name of the Variable instance.
29922992
The `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
35003500
Dataset instance for `ncfilename` is returned.

0 commit comments

Comments
 (0)