jeetsukumaran / DendroPy

A Python library for phylogenetic scripting, simulation, data processing and manipulation.
https://pypi.org/project/DendroPy/.
BSD 3-Clause "New" or "Revised" License
210 stars 61 forks source link

documentation: viewing and displaying Newick tree needs semi-colon #97

Closed thekswenson closed 6 years ago

thekswenson commented 6 years ago

The example in the section "Viewing and Displaying Trees" (https://dendropy.org/primer/trees.html#viewing-and-displaying-trees) needs a semi-colon in the Newick string format.

As is, a cryptic error message is given by python:

"UnexpectedEndOfStreamError: Error parsing data source on line 1 at column 2: Unexpected end of stream"

jeetsukumaran commented 6 years ago

Thanks. Fixed in 0d96c964