Skip to content

Commit f935e83

Browse files
committed
cosmetics
1 parent 9e249a6 commit f935e83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ete4/parser/newick.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ def unquote(name):
3232
else:
3333
return name
3434

35-
# A "property dict" has all the information for a property ('pname') to know which
36-
# function to apply to read/write from/to a string.
35+
# A "property dict" has all the information for a property ('pname') to know
36+
# which function to apply to read/write from/to a string.
3737
#
3838
# For example: {'pname': 'my-prop', 'read': str, 'write': str}
3939

0 commit comments

Comments
 (0)