Skip to content

Commit

Permalink
Fix typo in python lecture
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroman committed Apr 22, 2016
1 parent 9c91900 commit 4fb3f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 13_Python/13_python.tex
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
>>> help(convert2)
>>> help(convert2.read_markers)

>>> markers = convert2.read.markers("markers.txt")
>>> markers = convert2.read_markers("markers.txt")
>>> markers[0]
>>> len(markers)
>>> markers[-1]
Expand Down

0 comments on commit 4fb3f84

Please sign in to comment.