Skip to content

Commit 3fb8548

Browse files
authored
docs: fix copy 'n' paste error in stop_services docstring (#1457)
This was just a copy-n-paste error, presumably from copying from the `start_services` docstring.
1 parent ed60cdd commit 3fb8548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ops/pebble.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2173,7 +2173,7 @@ def stop_services(
21732173
timeout: float = 30.0,
21742174
delay: float = 0.1,
21752175
) -> ChangeID:
2176-
"""Stop services by name and wait (poll) for them to be started.
2176+
"""Stop services by name and wait (poll) for them to be stopped.
21772177
21782178
Args:
21792179
services: Non-empty list of services to stop.

0 commit comments

Comments
 (0)