Skip to content

Commit 83ca8e8

Browse files
author
Sam McHardy
committed
Remove stray full stop
1 parent 9583498 commit 83ca8e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

binance/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __init__(self, api_key=None, api_secret=None, requests_params=None, tld='com
9191
### Offers support for both binance.com and binance.us
9292
self.API_URL = self.API_URL.format(tld)
9393
self.WITHDRAW_API_URL = self.WITHDRAW_API_URL.format(tld)
94-
self.MARGIN_API_URL = .self.MARGIN_API_URL.format(tld)
94+
self.MARGIN_API_URL = self.MARGIN_API_URL.format(tld)
9595
self.WEBSITE_URL = self.WEBSITE_URL.format(tld)
9696

9797

0 commit comments

Comments
 (0)