Skip to content

Commit 5e1fda3

Browse files
adamtheturtleclaude
andcommitted
Fix pylint spelling: healthcheck -> health check in docstring
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7952fa1 commit 5e1fda3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/mock_vws/test_docker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def wait_for_health_check(container: Container) -> None:
5252
"""Wait for a container to pass its health check.
5353
5454
On failure, augment the error with the container's logs and the
55-
Docker healthcheck probe history so CI failures are diagnosable.
55+
Docker health check probe history so CI failures are diagnosable.
5656
"""
5757
try:
5858
_poll_health_check(container=container)

0 commit comments

Comments
 (0)