From: Armin Ronacher Date: Tue, 30 Jul 2013 00:32:35 +0000 (+0200) Subject: Fixed a typo X-Git-Tag: 2.0~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b56f05f347b2aa63b6ebec18a323b8a7c667025;p=thirdparty%2Fbabel.git Fixed a typo --- diff --git a/babel/numbers.py b/babel/numbers.py index 344625e1..2f7fe162 100644 --- a/babel/numbers.py +++ b/babel/numbers.py @@ -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.