Skip to content

Commit

Permalink
fix: typo in comment ancestral.py
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer authored Nov 10, 2021
1 parent 4e5dca2 commit 5ad1574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augur/ancestral.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def run(args):
else:
aln = args.alignment

# Enfore treetime 0.7 or later
# Enforce treetime 0.7 or later
from distutils.version import StrictVersion
import treetime
if StrictVersion(treetime.version) < StrictVersion('0.7.0'):
Expand Down

0 comments on commit 5ad1574

Please sign in to comment.