summaryrefslogtreecommitdiff
path: root/finance/emma/patches/patch-ae
blob: ec68365634b82f22fc0711962b8067b285c157bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ae,v 1.1 2001/07/02 14:29:46 drochner Exp $

--- data/date.py.orig	Mon Jul  2 16:07:58 2001
+++ data/date.py	Mon Jul  2 16:08:36 2001
@@ -57,7 +57,7 @@
     return emma.date() >= this.ticks() and emma.date() < next.ticks()
 
 emma.register_func("MonthExt",\
-   "Args: numMonths, offset\n\n",\
+   "Args: numMonths, offset\n\n"\
    "Returns True if the transaction happened\n"\
    "in the next <numMonths> months offset by\n"\
    "<offset> weeks.\n\n"\
@@ -72,7 +72,7 @@
     return emma.date() >= this.ticks() and emma.date() < next.ticks()
 
 emma.register_func("YearExt",\
-   "Args: numYears, offset\n\n",\
+   "Args: numYears, offset\n\n"\
    "Returns True if the transaction happened in\n"\
    "the next <numYears> year offset by <offset>\n"\
    "years.\n\n"\