2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>

* various (294 files)
	pep8 doc fixes & pylint fixes

svn: r10103
This commit is contained in:
Raphael Ackermann
2008-02-24 13:55:55 +00:00
parent 2180fa02cb
commit c962d5e6e1
294 changed files with 2925 additions and 2571 deletions

View File

@@ -71,7 +71,7 @@ class Bookmarks :
def __init__(self, dbstate, uistate, bookmarks, callback=None):
"""
Creates a the bookmark editor.
Create a the bookmark editor.
bookmarks - list of People
menu - parent menu to attach users
@@ -173,7 +173,7 @@ class Bookmarks :
def remove_handles(self, handle_list):
"""
Removes people from the list of bookmarked people.
Remove people from the list of bookmarked people.
This function is for use *outside* the bookmark editor
(removal when person is deleted or merged away).
@@ -254,7 +254,7 @@ class Bookmarks :
self.top.destroy()
def delete_clicked(self, obj):
"""Removes the current selection from the list"""
"""Remove the current selection from the list"""
store, the_iter = self.namemodel.get_selected()
if not the_iter:
return