Skip to content

Commit

Permalink
docs: fix copy 'n' paste error in stop_services docstring (canonical#…
Browse files Browse the repository at this point in the history
…1457)

This was just a copy-n-paste error, presumably from copying from the
`start_services` docstring.
  • Loading branch information
benhoyt authored Nov 19, 2024
1 parent ed60cdd commit 3fb8548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/pebble.py
Original file line number Diff line number Diff line change
Expand Up @@ -2173,7 +2173,7 @@ def stop_services(
timeout: float = 30.0,
delay: float = 0.1,
) -> ChangeID:
"""Stop services by name and wait (poll) for them to be started.
"""Stop services by name and wait (poll) for them to be stopped.
Args:
services: Non-empty list of services to stop.
Expand Down

0 comments on commit 3fb8548

Please sign in to comment.