From a5079f5031e296d3e701579ce6580145b94f810a Mon Sep 17 00:00:00 2001 From: Raphael Ackermann Date: Sun, 4 Apr 2010 21:06:45 +0000 Subject: [PATCH] fix typos in doc svn: r15031 --- src/plugins/webreport/NarrativeWeb.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 1827092b7..7c4a75307 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -441,7 +441,7 @@ class BasePage(object): @param: evt = Event @param: evt_ref = event reference @param: subdirs = add [".."] * 3 for subdirectories or not - @params: hyp = add a hyperlink or not + @param: hyp = add a hyperlink or not """ db = self.report.database @@ -489,7 +489,7 @@ class BasePage(object): return trow def event_link(self, eventtype, handle, gid = None, up = False): - """ createsa hyperlink for an event based on its type """ + """ creates a hyperlink for an event based on its type """ url = self.report.build_url_fname_html(handle, "evt", up) @@ -754,7 +754,7 @@ class BasePage(object): def addressbook_link(self, person_handle, up = False): """ - createsa hyperlink for an address book link based on person's handle + creates a hyperlink for an address book link based on person's handle @param: person_handle = person's handle from the database #param: up = rather to add subdirs or not?