From 989509c7f7a17880f714892c40f8ca8c32ad06c7 Mon Sep 17 00:00:00 2001 From: alecflett Date: Tue, 11 May 2010 23:22:48 +0000 Subject: 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 --- freebase/fcl/schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'freebase/fcl') 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] -- cgit v1.3.1