changeset 271:73a289193199 trunk

Fix typo in docstring.
author cmlenz
date Wed, 22 Aug 2007 15:16:45 +0000
parents 84d2414021d9
children c42c1513c626
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