We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ff154 commit af08312Copy full SHA for af08312
src/netCDF4/_netCDF4.pyx
@@ -6833,8 +6833,8 @@ class MFDataset(Dataset):
6833
"""
6834
Class for reading multi-file netCDF Datasets, making variables
6835
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).
+Datasets must be in `NETCDF4_CLASSIC`, `NETCDF3_CLASSIC`, `NETCDF3_64BIT_OFFSET`
+or `NETCDF3_64BIT_DATA` format (`NETCDF4` Datasets won't work).
6838
6839
Adapted from [pycdf](http://pysclint.sourceforge.net/pycdf) by Andre Gosselin.
6840
0 commit comments