Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Commit

Permalink
Fixed typo in code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jmulford-bw committed Jun 12, 2019
1 parent 9cb7f84 commit 09b0ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bandwidth/account/client_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(self, user_id=None, api_token=None, api_secret=None, **other_option

def _encode_if_not_encoded(self, str_):
"""
Takes a string and encodes it if it is not already encoded, otherwise does nothing to id
Takes a string and encodes it if it is not already encoded, otherwise does nothing to it
params:
str_ (string):
Expand Down

0 comments on commit 09b0ef5

Please sign in to comment.