Browse Source

Deleted the wrong character when changing to american spelling.

master
Julio Biason 15 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() self._save()
return return
def favouite(self, message): def favorite(self, message):
"""Change the favorite status of the message. Returns the new """Change the favorite status of the message. Returns the new
favorite status.""" favorite status."""
assert(isinstance(message, NetworkData)) assert(isinstance(message, NetworkData))

Loading…
Cancel
Save