Sections
Timeline
Sub-Sections
Download
Unified Diff
Zip Archive
Metanav
Preferences
About Trac
Links
Slowchop Studios
Gerald Kaszuba
Advertisement

Changeset 21

Show
Ignore:
Timestamp:
22/11/07 22:58:22 (14 months ago)
Author:
gak
Message:

example fixes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • betterprint/trunk/betterprint.py

    r20 r21  
    182182        [ 
    183183            [ 1, 2, 3 ], 
    184             [ 2, 3, 4], 
    185184            a, 
    186             'list', 
    187185            { 
    188186                'dict': 'moo', 
     
    190188                'ert': [1,2,3], 
    191189            }, 
     190            pprint, 
    192191            'wow', 
    193192            {'lots': {'of': {'depth': {'goes': 'here'}}}} 
    194193        ], 
    195         depth=2, 
    196194    ) 
    197195