Skip to content

Commit af08312

Browse files
authored
DOC,FIX: Change the last of the places showing up as <code>
I checked this works with pdoc, hopefully pdoc3 is similar.
1 parent 39ff154 commit af08312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/netCDF4/_netCDF4.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6833,8 +6833,8 @@ class MFDataset(Dataset):
68336833
"""
68346834
Class for reading multi-file netCDF Datasets, making variables
68356835
spanning multiple files appear as if they were in one file.
6836-
Datasets must be in `NETCDF4_CLASSIC, NETCDF3_CLASSIC, NETCDF3_64BIT_OFFSET
6837-
or NETCDF3_64BIT_DATA` format (`NETCDF4` Datasets won't work).
6836+
Datasets must be in `NETCDF4_CLASSIC`, `NETCDF3_CLASSIC`, `NETCDF3_64BIT_OFFSET`
6837+
or `NETCDF3_64BIT_DATA` format (`NETCDF4` Datasets won't work).
68386838
68396839
Adapted from [pycdf](http://pysclint.sourceforge.net/pycdf) by Andre Gosselin.
68406840

0 commit comments

Comments
 (0)