Skip to content

Commit

Permalink
Docstring tweaks per code review
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Apr 9, 2024
1 parent 997e94b commit 5801aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/pebble.py
Original file line number Diff line number Diff line change
Expand Up @@ -1321,9 +1321,9 @@ class NoticeType(enum.Enum):
"""

CUSTOM = 'custom'
"""A custom notice reported via the Pebble client API or "pebble notify".
"""A custom notice reported via the Pebble client API or ``pebble notify``.
The key and data fields are provided by the user. The key must be in
the format "mydomain.io/mykey" to ensure well-namespaced notice keys.
the format ``example.com/path`` to ensure well-namespaced notice keys.
"""


Expand Down

0 comments on commit 5801aae

Please sign in to comment.