From 5ad157485015623883c6b637d247459f906b63cb Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Wed, 10 Nov 2021 17:57:29 +0100 Subject: [PATCH] fix: typo in comment ancestral.py --- augur/ancestral.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/augur/ancestral.py b/augur/ancestral.py index 03260e19f..69f5b7549 100644 --- a/augur/ancestral.py +++ b/augur/ancestral.py @@ -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'):