changeset 262:26f95143fec2

Fix minor glitch in docstring.
author cmlenz
date Mon, 20 Aug 2007 08:33:44 +0000
parents 722a49ec74d6
children 0c4fa5fe9e1c
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
@@ -35,7 +35,7 @@
     >>> get_global('zone_territories')['Europe/Berlin']
     'DE'
     
-    :param: the data key
+    :param key: the data 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