# HG changeset patch # User cmlenz # Date 1187795805 0 # Node ID 786db1a6f58823d43848fa59ddf4fa3947cb95e5 # Parent 4fb303dfd27a575759e3aa3d16ff84d7de556337 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 """