Skip to content

Commit

Permalink
Fix typo in docstrings (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas committed May 27, 2024
1 parent 3487aad commit ae4353d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src-docs/ingress.py.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down
2 changes: 1 addition & 1 deletion src/ingress.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ae4353d

Please sign in to comment.