Skip to content

Commit 40f65bd

Browse files
committed
Fix docstring for XRootD DID finder
Fix #570
1 parent 37076b0 commit 40f65bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

servicex/dataset_identifier.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ def from_yaml(cls, _, node):
143143
class XRootDDatasetIdentifier(DataSetIdentifier):
144144
def __init__(self, pattern: str, num_files: Optional[int] = None):
145145
r"""
146-
CERN Open Data Dataset - this will be looked up using the CERN Open Data DID finder.
146+
XRootD pattern Dataset - this will be looked up using the XRootD protocol using wildcards.
147147
148-
:param dataset: The dataset ID - this is an integer.
148+
:param pattern: The wildcard pattern to be evaluated.
149149
:param num_files: Maximum number of files to return. This is useful during development
150150
to perform quick runs. ServiceX is careful to make sure it always
151151
returns the same subset of files.

0 commit comments

Comments
 (0)