Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b6ff6b4

Browse files
Correct typos in quickstart comments
1 parent b99f37b commit b6ff6b4

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

‎docs/quickstart/quickstart06.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def notify_order(self, order):
5050
return
5151

5252
# Check if an order has been completed
53-
# Attention: broker could reject order if not enougth cash
53+
# Attention: broker could reject order if not enough cash
5454
if order.status in [order.Completed]:
5555
if order.isbuy():
5656
self.log('BUY EXECUTED, %.2f' % order.executed.price)

‎docs/quickstart/quickstart07.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def notify_order(self, order):
5252
return
5353

5454
# Check if an order has been completed
55-
# Attention: broker could reject order if not enougth cash
55+
# Attention: broker could reject order if not enough cash
5656
if order.status in [order.Completed]:
5757
if order.isbuy():
5858
self.log(

‎docs/quickstart/quickstart08.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def notify_order(self, order):
5555
return
5656

5757
# Check if an order has been completed
58-
# Attention: broker could reject order if not enougth cash
58+
# Attention: broker could reject order if not enough cash
5959
if order.status in [order.Completed]:
6060
if order.isbuy():
6161
self.log(

‎docs/quickstart/quickstart09.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def notify_order(self, order):
5959
return
6060

6161
# Check if an order has been completed
62-
# Attention: broker could reject order if not enougth cash
62+
# Attention: broker could reject order if not enough cash
6363
if order.status in [order.Completed]:
6464
if order.isbuy():
6565
self.log(

‎docs/quickstart/quickstart10.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def notify_order(self, order):
6969
return
7070

7171
# Check if an order has been completed
72-
# Attention: broker could reject order if not enougth cash
72+
# Attention: broker could reject order if not enough cash
7373
if order.status in [order.Completed]:
7474
if order.isbuy():
7575
self.log(

‎docs/quickstart/quickstart11.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def notify_order(self, order):
6262
return
6363

6464
# Check if an order has been completed
65-
# Attention: broker could reject order if not enougth cash
65+
# Attention: broker could reject order if not enough cash
6666
if order.status in [order.Completed]:
6767
if order.isbuy():
6868
self.log(

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /