changeset 573:49e63875e041

Fix typo
author Bjoern Ricks <bricks@intevation.de>
date Fri, 02 Sep 2011 11:55:04 +0000
parents b8acd77fca60
children 19d10022b2de
files treepkg/cmdexpand.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/treepkg/cmdexpand.py	Fri Sep 02 11:51:37 2011 +0000
+++ b/treepkg/cmdexpand.py	Fri Sep 02 11:55:04 2011 +0000
@@ -106,7 +106,7 @@
         if match:
             key = match.group("named")
             if key:
-                words[index:index + 1] = (str(item).spit(" ") for item in kw[key])
+                words[index:index + 1] = (str(item).split(" ") for item in kw[key])
             else:
                 assert match.group("invalid") != None
                 raise ValueError("In %r the characters after the '@'"
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)