erdewit / ib_insync

Python sync/async framework for Interactive Brokers API
BSD 2-Clause "Simplified" License
2.83k stars 766 forks source link

small typo in docu #541

Closed laroche closed 1 year ago

laroche commented 1 year ago

Mini-docu fixup:

--- a/docs/recipes.rst
+++ b/docs/recipes.rst
@@ -52,7 +52,7 @@ Scanner data (blocking)

 .. code-block:: python

-    allParams = ib.reqScannerParameters())
+    allParams = ib.reqScannerParameters()
     print(allParams)

     sub = ScannerSubscription(

Thanks a lot for ib_insync development, best regards,

Florian La Roche

erdewit commented 1 year ago

Thanks for noticing, I will update the documentation.