Skip to content

Commit

Permalink
Doc/Phylo: keep example file name "tree1.nwk" consistent throughout demo
Browse files Browse the repository at this point in the history
  • Loading branch information
etal committed Dec 3, 2014
1 parent a99d62a commit 4b732e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/Tutorial/chapter_phylo.tex
Expand Up @@ -290,7 +290,7 @@ \section{I/O functions}
Convert files between any of the supported formats with the \verb|convert| function:

\begin{verbatim}
>>> Phylo.convert("tree1.dnd", "newick", "tree1.xml", "nexml")
>>> Phylo.convert("tree1.nwk", "newick", "tree1.xml", "nexml")
1
>>> Phylo.convert("other_trees.xml", "phyloxml", "other_trees.nex", "nexus")
12
Expand Down

0 comments on commit 4b732e6

Please sign in to comment.