From 191168fb3d6a1c8d1660ab0bdff4340664ff10cd Mon Sep 17 00:00:00 2001 From: ScamCast <56202326+ScamCast@users.noreply.github.com> Date: Sun, 2 May 2021 12:28:00 -0600 Subject: [PATCH] Grammar error --- robin_stocks/robinhood/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robin_stocks/robinhood/helper.py b/robin_stocks/robinhood/helper.py index ea63589..d227ac0 100644 --- a/robin_stocks/robinhood/helper.py +++ b/robin_stocks/robinhood/helper.py @@ -231,7 +231,7 @@ def add_symbol(symbol): def request_document(url, payload=None): - """Using a document url, makes a get request and returnes the session data. + """Using a document url, makes a get request and returns the session data. :param url: The url to send a get request to. :type url: str