Skip to content

Commit

Permalink
Fixed some typos in base.py (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snaacky authored Apr 8, 2022
1 parent bebb5e1 commit 149320e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyarr/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def upd_config_host(self, data):
"""Edit General/Host settings.
Args:
data (dict): data to bu updated
data (dict): data to be updated
Returns:
JSON: 200 Ok, 401 Unauthorized
Expand Down Expand Up @@ -486,7 +486,7 @@ def upd_config_naming(self, data):

# GET /config/mediamanagement
def get_media_management(self):
"""Get media managemnet configuration
"""Get media management configuration
Returns:
JSON: Array
Expand Down

0 comments on commit 149320e

Please sign in to comment.