Skip to content

Commit ba836f1

Browse files
author
stonebig
committed
an utf editor bug (?) lost my '->'
1 parent 35450f2 commit ba836f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

diff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def to_wiki(self):
5555
self.version, self.description)
5656

5757
def upgrade_wiki(self, other):
58-
# wheel replace '-' per '_' in key
58+
# wheel replace '-' per '_' in key
5959
assert self.name.replace('-','_') == other.name.replace('-','_')
6060
return " * [%s](%s) %s ’ %s (%s)\r\n" % (self.name, self.url,
6161
other.version, self.version, self.description)

0 commit comments

Comments
 (0)