diff --git a/ete4/parser/newick.pyx b/ete4/parser/newick.pyx index 74c182008..f4840d9c4 100644 --- a/ete4/parser/newick.pyx +++ b/ete4/parser/newick.pyx @@ -32,8 +32,8 @@ def unquote(name): else: return name -# A "property dict" has all the information for a property ('pname') to know which -# function to apply to read/write from/to a string. +# A "property dict" has all the information for a property ('pname') to know +# which function to apply to read/write from/to a string. # # For example: {'pname': 'my-prop', 'read': str, 'write': str}