From: Christopher Lenz Date: Mon, 20 Aug 2007 08:33:44 +0000 (+0000) Subject: Fix minor glitch in docstring. X-Git-Tag: 1.0~389 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56df9b036dfcd862b72471e819c982aab32b140c;p=thirdparty%2Fbabel.git Fix minor glitch in docstring. --- diff --git a/babel/core.py b/babel/core.py index 64a1e3ee..42161516 100644 --- a/babel/core.py +++ b/babel/core.py @@ -35,7 +35,7 @@ def get_global(key): >>> get_global('zone_territories')['Europe/Berlin'] 'DE' - :param: the data key + :param key: the data key :return the dictionary found in the global data under the given key :rtype: `dict` :since: version 0.9