From ae4353d35538e63672fc15bc88d9f35f5ce220ff Mon Sep 17 00:00:00 2001 From: arturo-seijas <102022572+arturo-seijas@users.noreply.github.com> Date: Mon, 27 May 2024 10:36:31 +0200 Subject: [PATCH] Fix typo in docstrings (#164) --- src-docs/ingress.py.md | 2 +- src/ingress.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src-docs/ingress.py.md b/src-docs/ingress.py.md index 279f6352..da717356 100644 --- a/src-docs/ingress.py.md +++ b/src-docs/ingress.py.md @@ -49,7 +49,7 @@ Shortcut for more simple access the model. get_path() → str ``` -Return the path in whick Jenkins is expected to be listening. +Return the path in which Jenkins is expected to be listening. diff --git a/src/ingress.py b/src/ingress.py index b538d946..3dbf21f0 100644 --- a/src/ingress.py +++ b/src/ingress.py @@ -31,7 +31,7 @@ def __init__(self, charm: ops.CharmBase, key: str, relation_name: str): ) def get_path(self) -> str: - """Return the path in whick Jenkins is expected to be listening. + """Return the path in which Jenkins is expected to be listening. Returns: the path for the ingress URL.