From 35d8b009932492aecee3bea7ee7f18465b807e85 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Tue, 1 Feb 2011 12:11:51 +0000 Subject: [PATCH] Added a comment. svn: r16528 --- src/gen/lib/eventtype.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gen/lib/eventtype.py b/src/gen/lib/eventtype.py index 534427e76..ba594f9a4 100644 --- a/src/gen/lib/eventtype.py +++ b/src/gen/lib/eventtype.py @@ -331,7 +331,8 @@ class EventType(GrampsType): """ Returns the abbreviation for this event. Uses the explicitly given abbreviations, or first letter of each word, or the first - three letters. Appends a period after the abbreviation. + three letters. Appends a period after the abbreviation, + but not if string is in _ABBREVIATIONS. """ if self.value in self._ABBREVIATIONS: return self._ABBREVIATIONS[self.value]