gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-bank] 05/12: typo


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] 05/12: typo
Date: Fri, 29 Mar 2019 18:08:24 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository bank.

commit 87378c6bbbd60e138b51519c68556917a071e9a1
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Feb 5 16:23:55 2019 +0100

    typo
---
 talerbank/app/amount.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/amount.py b/talerbank/app/amount.py
index 04fad51..83f91e0 100644
--- a/talerbank/app/amount.py
+++ b/talerbank/app/amount.py
@@ -61,7 +61,7 @@ class BadFormatAmount(Exception):
 ##
 # Main Amount class.
 class NumberTooBig(Exception):
-    hint = "NUmber given is too big"
+    hint = "Number given is too big"
     def __init__(self) -> None:
         super(NumberTooBig, self).__init__(
             "Number given is too big")

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]