Skip to content

Commit

Permalink
fmt + lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Jan 3, 2024
1 parent efd3752 commit 72ed4cf
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 67 deletions.
6 changes: 3 additions & 3 deletions lib/charms/mongos/v0/mongos_client_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@

"""Library to manage the relation for the application between mongos and the deployed application.
In short, this relation ensure that:
1. mongos recieves the specified database and users roles needed by the host application
2. the host application recieves the generated username, password and uri for connecting to the
1. mongos receives the specified database and users roles needed by the host application
2. the host application receives the generated username, password and uri for connecting to the
sharded cluster.
This library contains the Requires and Provides classes for handling the relation between an
Expand All @@ -65,7 +65,7 @@ def __init__(self, *args):
)
```
To recieve the username, password, and uri:
To receive the username, password, and uri:
# TODO this is to be implemented in a future PR
"""

Expand Down
Loading

0 comments on commit 72ed4cf

Please sign in to comment.