Skip to content

Commit

Permalink
chore: docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanAmenechi committed Apr 7, 2022
1 parent 4b75b71 commit 6726407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_clob_client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def get_midpoint(self, tokenID):

def get_price(self, tokenID, side):
"""
Get the mid market price for the given market
Get the market price for the given market
"""
return get("{}{}?price={}&side={}".format(self.host, PRICE, tokenID, side))

Expand Down

0 comments on commit 6726407

Please sign in to comment.