changeset 271:786db1a6f588

Fix typo in docstring.
author cmlenz
date Wed, 22 Aug 2007 15:16:45 +0000
parents 4fb303dfd27a
children bf9ea4af81a0
files babel/core.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
     """
Copyright (C) 2012-2017 Edgewall Software