Skip to content

Commit

Permalink
updating style for crawler docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lockefox committed Jan 19, 2018
1 parent 79050a7 commit 3e85a33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/crawler.rst
Expand Up @@ -10,7 +10,10 @@ Just walk the API node-by-node. Crawler is provided as a layer to access raw `R
import pyrobinhood.crawler as crawler
root = crawler.Endpoint(username='MYACCOUNT', password='MYPASSWORD')
root = crawler.Endpoint(
username='MYACCOUNT',
password='MYPASSWORD',
)
# List all companies in Robinhood tracking
company_fundamentals = []
Expand Down

0 comments on commit 3e85a33

Please sign in to comment.