Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mjirik committed Nov 4, 2018
1 parent 34393fa commit 45cb2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teigen/tb_volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import scipy.ndimage
import sys

if sys.version_info.main == 3:
if sys.version_info.major == 3:
xrange = range
from . import tree

Expand Down

0 comments on commit 45cb2d1

Please sign in to comment.