Skip to content

Commit 380c28c

Browse files
emyllerclaude
andcommitted
exercise all documentation artefact generators
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent ec2a1e7 commit 380c28c

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

api/experimentation/tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ def compute_experiment_exposures(experiment_id: int) -> None:
101101
"exposures.compute_failed",
102102
exc_info=exc,
103103
experiment__id=experiment.id,
104+
feature__id=experiment.feature_id,
104105
environment__id=experiment.environment_id,
105106
organisation__id=experiment.environment.project.organisation_id,
106107
)

api/experimentation/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def _get_user(request: Request) -> FFAdminUser:
210210
decorator=extend_schema(
211211
tags=["mcp"],
212212
operation_id="update_experiment",
213-
description="(Beta) Updates an experiment's name or hypothesis.",
213+
description="(Beta) Updates an experiment's name or its hypothesis.",
214214
),
215215
)
216216
class ExperimentViewSet(

api/features/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ class SDKFeatureStates(GenericAPIView): # type: ignore[type-arg]
996996
)
997997
def get(self, request, identifier=None, *args, **kwargs): # type: ignore[no-untyped-def]
998998
"""
999-
Retrieve the flags for an environment.
999+
Retrieve the feature flags for an environment.
10001000
10011001
---
10021002
*Note*: when providing the `feature` query argument, this endpoint will

api/segment_membership/metrics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525

2626
flagsmith_segment_membership_read_duration_seconds = prometheus_client.Histogram(
2727
"flagsmith_segment_membership_read_duration_seconds",
28-
"Duration of a single segment membership page read.",
28+
"Duration of one segment membership page read.",
2929
)

0 commit comments

Comments
 (0)