Skip to content

Commit 20f59ef

Browse files
Rename in docstring
1 parent c003a3b commit 20f59ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/jupyterhub_cost_monitoring/query_cost_aws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def query_aws_cost_explorer(metrics, granularity, from_date, to_date, filter, gr
5050
if response.get("NextPageToken"):
5151
raise ValueError(
5252
f"A query with from '{from_date}' and to '{to_date}' led to "
53-
"aws-ce-grafana-backend needing to handle a paginated response "
53+
"jupyterhub-cost-monitoring needing to handle a paginated response "
5454
"and that hasn't been worked yet, it needs to be fixed."
5555
)
5656

0 commit comments

Comments
 (0)