Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci committed Feb 5, 2024
1 parent 7d36611 commit d0b8d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stashcache.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def get_scitokens_list_for_namespace(ns: Namespace) -> List[Dict]:
def get_namespaces_info(global_data: GlobalData) -> PreJSON:
"""Return data for the /stashcache/namespaces JSON endpoint.
This includes a list of caches, with some data about cache endpoints,
This includes a list of caches and origins, with some data about their endpoints,
and a list of namespaces with some data about each namespace; see README.md for details.
"""
Expand Down

0 comments on commit d0b8d99

Please sign in to comment.