Skip to content

Commit

Permalink
chore(typo): docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed Oct 30, 2024
1 parent c61b682 commit 5b51a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ def execute_query(self, query: str, commit: bool = False, as_dict: bool = False)
)

"""
NOTE: These methods requires root access to the database
NOTE: These methods require root access to the database
- add_user
- remove_user
- modify_access
- modify_user_access
"""

def add_user(self, username: str, password: str):
Expand Down

0 comments on commit 5b51a74

Please sign in to comment.