From db634e8a199c3344cc44b3eb5c46df4de6066da2 Mon Sep 17 00:00:00 2001 From: Vassilii Khachaturov Date: Tue, 8 Mar 2011 06:44:35 +0000 Subject: [PATCH] minor docstring update svn: r16781 --- src/gui/editors/editpersonref.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/editors/editpersonref.py b/src/gui/editors/editpersonref.py index ec01393d3..1fbdc4dc7 100644 --- a/src/gui/editors/editpersonref.py +++ b/src/gui/editors/editpersonref.py @@ -60,7 +60,7 @@ from glade import Glade #------------------------------------------------------------------------- class EditPersonRef(EditSecondary): """ - Displays a dialog that allows the user to edit an address. + Displays a dialog that allows the user to edit a person reference. """ def __init__(self, dbstate, uistate, track, addr, callback):