# HG changeset patch # User Bjoern Ricks # Date 1314964504 0 # Node ID 49e63875e041480a37c6bc201158665ef21b212a # Parent b8acd77fca60e0404ecb8b505c463257a97bd953 Fix typo diff -r b8acd77fca60 -r 49e63875e041 treepkg/cmdexpand.py --- 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 '@'"