Skip to content

Commit

Permalink
DOC,FIX: Change the last of the places showing up as <code>
Browse files Browse the repository at this point in the history
I checked this works with pdoc, hopefully pdoc3 is similar.
  • Loading branch information
DWesl authored Nov 13, 2024
1 parent 39ff154 commit af08312
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 @@ -6833,8 +6833,8 @@ class MFDataset(Dataset):
"""
Class for reading multi-file netCDF Datasets, making variables
spanning multiple files appear as if they were in one file.
Datasets must be in `NETCDF4_CLASSIC, NETCDF3_CLASSIC, NETCDF3_64BIT_OFFSET
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).
Adapted from [pycdf](http://pysclint.sourceforge.net/pycdf) by Andre Gosselin.
Expand Down

0 comments on commit af08312

Please sign in to comment.