Skip to content

Commit ded070c

Browse files
committed
Fix a typo
1 parent 8b59fb6 commit ded070c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

attotree/attotree.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def attotree(fns, newick_fn, k, s, t, phylogeny_algorithm, fof, verbose, debug):
295295
if verbose:
296296
features.append("verbose")
297297
if debug:
298-
features.append("debuging")
298+
features.append("debugging")
299299
if len(features) > 0:
300300
fmsg = f" ({', '.join(features)})"
301301
else:

0 commit comments

Comments
 (0)