Skip to content

Commit ddc4840

Browse files
authored
Remove duplicate docstring
1 parent ca8e19b commit ddc4840

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

cf/docstring/docstring.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -686,19 +686,4 @@
686686
The subspace is the smallest hyperrectangular
687687
subspace that contains all of the selected
688688
locations.""",
689-
# read filesystem
690-
"{{read filesystem: optional}}": """filesystem: optional
691-
A pre-authenticated filesystem object (for example an
692-
``fsspec`` filesystem instance) to use for opening the
693-
dataset. When provided, *datasets* values are treated as
694-
paths understood by *filesystem*, and local string
695-
pre-processing (tilde/variable expansion, globbing and
696-
directory walking) is bypassed. The file is opened by
697-
calling ``filesystem.open(dataset, "rb")``, which returns
698-
a file-like object that is passed to the netCDF backend.
699-
700-
If `None` (the default) then the existing file-opening
701-
logic is used.
702-
703-
.. versionadded:: NEXTVERSION""",
704689
}

0 commit comments

Comments
 (0)