Skip to content

Commit

Permalink
Grammar fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Aug 7, 2024
1 parent 4221b02 commit e3a15bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenario/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ class Container(_max_posargs(1)):
execs: Iterable[Exec] = frozenset()
"""Simulate executing commands in the container.
Specify each command the charm might run in the container and a :class:`Exec`
Specify each command the charm might run in the container and an :class:`Exec`
containing its return code and any stdout/stderr.
For example::
Expand Down

0 comments on commit e3a15bb

Please sign in to comment.