diff options
| author | alecflett <alecflett@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2010-05-11 23:22:48 +0000 |
|---|---|---|
| committer | alecflett <alecflett@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2010-05-11 23:22:48 +0000 |
| commit | 989509c7f7a17880f714892c40f8ca8c32ad06c7 (patch) | |
| tree | 403cd70e6f1adb642b7fcbaf500a025f56318dd2 /freebase/fcl/schema.py | |
| parent | c691c86851683630672ed58c7579a4bee6f95ac3 (diff) | |
fix some typos in the dump/restore schema code
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@243 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
Diffstat (limited to 'freebase/fcl/schema.py')
| -rw-r--r-- | freebase/fcl/schema.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freebase/fcl/schema.py b/freebase/fcl/schema.py index 47eb1fa..b5a30da 100644 --- a/freebase/fcl/schema.py +++ b/freebase/fcl/schema.py @@ -19,7 +19,7 @@ def cmd_dump_base(fb, baseid): """ print >> sys.stdout, json.dumps(dump_base(fb.mss, baseid), indent=2) -def cmd_dump_type(fb, baseid, follow_types=True): +def cmd_dump_type(fb, typeid, follow_types=True): """dump a type to stdout %prog dump_type typeid [follow_types=True] |
