Skip to content

Commit

Permalink
Update ops/testing.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Hoyt <[email protected]>
  • Loading branch information
tonyandrewmeyer and benhoyt authored Oct 17, 2023
1 parent 17e8be0 commit 2cdb33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -1734,7 +1734,7 @@ def handle_timeout(args: testing.ExecArgs) -> int:

@property
def reboot_count(self) -> int:
"""Count of times that the charm has called :meth:`ops.Unit.reboot`."""
"""Number of times the charm has called :meth:`ops.Unit.reboot`."""
return self._backend._reboot_count


Expand Down

0 comments on commit 2cdb33f

Please sign in to comment.