Skip to content

Commit 05a0b88

Browse files
authored
Update README.md
1 parent 24df6d9 commit 05a0b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Calls `GET /orders` and returns a list of `Order` entities.
111111
### REST.submit_order(symbol, qty, side, type, time_in_force, limit_price=None, stop_price=None, client_order_id=None, order_class=None, take_profit=None, stop_loss=None)
112112
Calls `POST /orders` and returns an `Order` entity.
113113

114-
Below is an example of submitting a bracket orders.
114+
Below is an example of submitting a bracket order.
115115
```py
116116
api.submit_order(
117117
symbol='SPY',

0 commit comments

Comments
 (0)