Skip to content

Commit 202ef03

Browse files
committed
Fix grammar
See #18725 (comment)
1 parent cdfb737 commit 202ef03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts-dev/mypy_synapse_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def check_prometheus_metric_instantiation(ctx: FunctionSigContext) -> CallableTy
9898
ensures metrics are correctly separated by homeserver.
9999
100100
There are also some metrics that apply at the process level, such as CPU usage,
101-
Python garbage collection, Twisted reactor tick time which shouldn't have the
101+
Python garbage collection, and Twisted reactor tick time, which shouldn't have the
102102
`SERVER_NAME_LABEL`. In those cases, use use a type ignore comment to disable the
103103
check, e.g. `# type: ignore[missing-server-name-label]`.
104104
"""

0 commit comments

Comments
 (0)