Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
jordibc committed Jul 12, 2023
1 parent 9e249a6 commit f935e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ete4/parser/newick.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit f935e83

Please sign in to comment.