From bc69af84af39f950abbfebbd02a0e74b44f9a27e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Fri, 8 Jul 2011 15:50:55 +0000 Subject: [PATCH] typo on docstring svn: r17905 --- src/gen/plug/report/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gen/plug/report/utils.py b/src/gen/plug/report/utils.py index cec8788e2..cd6a6bd3d 100644 --- a/src/gen/plug/report/utils.py +++ b/src/gen/plug/report/utils.py @@ -212,7 +212,7 @@ def get_person_mark(db, person): #------------------------------------------------------------------------- def get_address_str(addr): """ - Return a string that combines the elements of an addres + Return a string that combines the elements of an address @param addr: the GRAMPS address instance """