We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e249a6 commit f935e83Copy full SHA for f935e83
ete4/parser/newick.pyx
@@ -32,8 +32,8 @@ def unquote(name):
32
else:
33
return name
34
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.
+# A "property dict" has all the information for a property ('pname') to know
+# which function to apply to read/write from/to a string.
37
#
38
# For example: {'pname': 'my-prop', 'read': str, 'write': str}
39
0 commit comments