Browse Source

Deleted the wrong character when changing to american spelling.

master
Julio Biason 14 years ago
parent
commit
50a9d27018
  1. 2
      mitterlib/network/__init__.py

2
mitterlib/network/__init__.py

@ -263,7 +263,7 @@ class Networks(object):
self._save()
return
def favouite(self, message):
def favorite(self, message):
"""Change the favorite status of the message. Returns the new
favorite status."""
assert(isinstance(message, NetworkData))

Loading…
Cancel
Save