summaryrefslogtreecommitdiff
path: root/freebase/fcl
diff options
context:
space:
mode:
authoralecflett <alecflett@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2>2010-05-11 23:22:48 +0000
committeralecflett <alecflett@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2>2010-05-11 23:22:48 +0000
commit989509c7f7a17880f714892c40f8ca8c32ad06c7 (patch)
tree403cd70e6f1adb642b7fcbaf500a025f56318dd2 /freebase/fcl
parentc691c86851683630672ed58c7579a4bee6f95ac3 (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')
-rw-r--r--freebase/fcl/schema.py2
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]