Skip to content

Commit

Permalink
Change function name
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbolt committed Oct 22, 2024
1 parent d963c98 commit 112b088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acasclient/acasclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -978,8 +978,8 @@ def get_protocol_by_code(self, protocol_code):
resp.raise_for_status()
return resp.json()

def get_all_protocols(self):
"""Get all protocol code stubs
def get_all_protocol_stubs(self):
"""Get all protocol stubs
Get an array of all protocols
Expand Down

0 comments on commit 112b088

Please sign in to comment.