From f935e8391b8477b66af77a0da455c2986d56c8f4 Mon Sep 17 00:00:00 2001 From: Jordi Date: Wed, 12 Jul 2023 18:25:53 +0200 Subject: [PATCH] cosmetics --- ete4/parser/newick.pyx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}