Skip to content

Commit

Permalink
DOC: add import to beginner tutorial to fix NameError
Browse files Browse the repository at this point in the history
  • Loading branch information
aivensong committed Apr 9, 2018
1 parent 42a857d commit a0497e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/beginner-tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,7 @@ Let's look at the strategy which should make this clear:
from zipline.api import order_target, record, symbol
import matplotlib.pyplot as plt
def initialize(context):
context.i = 0
Expand Down

0 comments on commit a0497e2

Please sign in to comment.