Skip to content

Commit e130ed4

Browse files
committed
Typo.
1 parent 7ce48ee commit e130ed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

babel/numbers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def list_currencies(locale=None):
4040
provided, returns the list of all currencies from all
4141
locales.
4242
"""
43-
# Get locale-scopped currencies.
43+
# Get locale-scoped currencies.
4444
if locale:
4545
currencies = Locale.parse(locale).currencies.keys()
4646
else:

0 commit comments

Comments
 (0)