# HG changeset patch # User fschwarz # Date 1299318942 0 # Node ID 606af7395ad8ae6d95eaf6df2b8351a25cefa1cc # Parent 3413235af4d8a438a6be94efff3fed54b9d8314a fixed spelling in docstring diff --git a/babel/dates.py b/babel/dates.py --- a/babel/dates.py +++ b/babel/dates.py @@ -221,7 +221,7 @@ """Return a representation of the given timezone using "location format". The result depends on both the local display name of the country and the - city assocaited with the time zone: + city associated with the time zone: >>> from pytz import timezone >>> tz = timezone('America/St_Johns')