]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Fixed a typo
authorArmin Ronacher <armin.ronacher@active-4.com>
Tue, 30 Jul 2013 00:32:35 +0000 (02:32 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Tue, 30 Jul 2013 00:32:35 +0000 (02:32 +0200)
babel/numbers.py

index 344625e193b47a468fccbe3e02e1cd793f1eafcd..2f7fe16219c46351b4ee2b6d386f253f1e63668d 100644 (file)
@@ -67,7 +67,7 @@ def get_currency_symbol(currency, locale=LC_NUMERIC):
 def get_territory_currencies(territory, start_date=None, end_date=None,
                              tender=True, non_tender=False,
                              include_details=False):
-    """Returns the list of currencies for the given territory that are valid at
+    """Returns the list of currencies for the given territory that are valid for
     the given date range.  In addition to that the currency database
     distinguishes between tender and non-tender currencies.  By default only
     tender currencies are returned.