Skip to content

Commit 9789b7d

Browse files
eguiraudBenGalewsky
authored andcommitted
Fix typos: depreciated -> deprecated
1 parent c7b1585 commit 9789b7d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ files (in one case, a set of ATLAS data files, and in the other some CMS Run 1 A
100100
access these files without special permissions.
101101
- A list of files located at `http` or `root` endpoints: For example, `[root://myfile1.root, http://myfile2.root]`. ServiceX must be able to
102102
access these files without special permissions.
103-
- [depreciated] A bare (DID): this is an unadorned identifier, and is routed to the backend's default DID resolver. The default
104-
is defined at runtime. It is depreciated because a backend configuration change can break your code.
103+
- [deprecated] A bare (DID): this is an unadorned identifier, and is routed to the backend's default DID resolver. The default
104+
is defined at runtime. It is deprecated because a backend configuration change can break your code.
105105

106106
### The Local Data Cache
107107

servicex/servicex_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def _get_backend_info(
126126
config = {k: str(ep[k].as_str_expanded()) for k in ep.keys()}
127127
log.warning(
128128
f'Found backend type matching "{backend_name}". Matching by '
129-
'type is depreciated. Please switch to using the "name" '
129+
'type is deprecated. Please switch to using the "name" '
130130
"keyword in your servicex.yaml file."
131131
)
132132
break

0 commit comments

Comments
 (0)