Skip to content

Commit

Permalink
docs: fix missing sectoion in watchlist example.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgnsrekt committed Oct 7, 2020
1 parent 005b3e1 commit b50acfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.generated-files.txt
@@ -1,7 +1,7 @@
md5 4deb21401513245e45fbac01d42e30f2 content/index.md
md5 c5541b9bc62ed11325a343e0861c3da0 content/examples/fuzzy-search-examples.md
md5 7ed154d81f590361b8bdf6326fd1abc9 content/examples/summary-page-examples.md
md5 59cc7c35f69ba3d194d9260e54d3aca4 content/examples/extra-watchlist-example.md
md5 3c44810fd6388485f5dfcfe11824c291 content/examples/extra-watchlist-example.md
md5 96afcd746544c1da6b1f65f24c5b6569 content/api/asset-types-module.md
md5 fb4afa4ec5fad3eeab40b28c695980ae content/api/cleaner-module.md
md5 2d250fa1a69b52ebc2f7b74321151b31 content/api/exchanges-module.md
Expand Down
1 change: 1 addition & 0 deletions docs/content/examples/extra-watchlist-example.md
Expand Up @@ -212,6 +212,7 @@ with RequestsWhaor(onion_count=MAX_PROXIES, max_threads=MAX_THREADS) as request_
# We will pass on any exceptions.
print(exc)
```

!!! note
[ThreadPoolExecutor information here.](https://docs.python.org/3/library/concurrent.futures.html)

Expand Down
1 change: 1 addition & 0 deletions docs/markdown/watchlist_example.md
Expand Up @@ -212,6 +212,7 @@ with RequestsWhaor(onion_count=MAX_PROXIES, max_threads=MAX_THREADS) as request_
# We will pass on any exceptions.
print(exc)
```

!!! note
[ThreadPoolExecutor information here.](https://docs.python.org/3/library/concurrent.futures.html)

Expand Down

0 comments on commit b50acfb

Please sign in to comment.