Skip to content

Commit 38c2dbe

Browse files
committed
Minor comment change
1 parent 6979d0a commit 38c2dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Algorithm.Python/Collective2SignalExportDemonstrationAlgorithm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def initialize(self):
6262
self.collective2_system_id = 0
6363

6464
# If using the Collective2 white-label API, you can specify it in the constructor with the optional parameter `use_white_label_api`:
65-
# e.g. Collective2SignalExport(self.collective2_apikey, self.collective2_system_id, use_white_label_api: True)
65+
# e.g. Collective2SignalExport(self.collective2_apikey, self.collective2_system_id, use_white_label_api=True)
6666
# The API url can also be overridden by setting the Destination property:
6767
# e.g. Collective2SignalExport(self.collective2_apikey, self.collective2_system_id) { Destination = new Uri("your url") }
6868
self.signal_export.add_signal_export_providers(Collective2SignalExport(self.collective2_apikey, self.collective2_system_id))

0 commit comments

Comments
 (0)