Show
Ignore:
Timestamp:
01/05/07 02:22:23 (5 years ago)
Author:
mg
Message:

Fix test.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/pyspacewar/ui.py

    r237 r238  
    125125    """Replace action names with key names in help text. 
    126126 
    127         >>> fixup_keys_in_text('Press FIRE to start', {'FIRE': K_RCTRL}) 
     127        >>> fixup_keys_in_text('Press FIRE to start', {'FIRE': [K_RCTRL]}) 
    128128        'Press RIGHT CTRL to start' 
    129129