From: Christopher Lenz Date: Wed, 22 Aug 2007 15:16:45 +0000 (+0000) Subject: Fix typo in docstring. X-Git-Tag: 1.0~384 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=533ebf9110ae92f153259cdc6e4f373cc513398f;p=thirdparty%2Fbabel.git Fix typo in docstring. --- diff --git a/babel/core.py b/babel/core.py index 42161516..4e8e032f 100644 --- a/babel/core.py +++ b/babel/core.py @@ -36,7 +36,7 @@ def get_global(key): 'DE' :param key: the data key - :return the dictionary found in the global data under the given key + :return: the dictionary found in the global data under the given key :rtype: `dict` :since: version 0.9 """