# HG changeset patch # User cmlenz # Date 1187795805 0 # Node ID 5fe8910a2abea39bc2076e436a028e1e1f2286a1 # Parent 1d25ca7199b0f763f5a05d76c14fe4447c482f38 Fix typo in docstring. diff --git a/babel/core.py b/babel/core.py --- a/babel/core.py +++ b/babel/core.py @@ -36,7 +36,7 @@ '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 """