]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Fix typo in docstring.
authorChristopher Lenz <cmlenz@gmail.com>
Wed, 22 Aug 2007 15:16:45 +0000 (15:16 +0000)
committerChristopher Lenz <cmlenz@gmail.com>
Wed, 22 Aug 2007 15:16:45 +0000 (15:16 +0000)
babel/core.py

index 421615163fe688323c717ab094d44c416749dd02..4e8e032faec8652f05a5737da626061696d93bf4 100644 (file)
@@ -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
     """