From 2e515d029f448a0093e7d050e6a97f41eec74d47 Mon Sep 17 00:00:00 2001 From: nitromaster101 Date: Fri, 17 Jul 2009 17:36:06 +0000 Subject: make the comments make sense git-svn-id: http://freebase-python.googlecode.com/svn/trunk@197 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2 --- freebase/api/session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'freebase/api') diff --git a/freebase/api/session.py b/freebase/api/session.py index 2348579..8df5779 100644 --- a/freebase/api/session.py +++ b/freebase/api/session.py @@ -47,7 +47,7 @@ import cookielib SEPARATORS = (",", ":") # json libraries rundown -# jsonlib2 is the fastest, but it's written in C, so not as +# jsonlib2 is the fastest, but it's written in C, thus not as # accessible. json is included in python2.6. simplejson # is the same as json. -- cgit v1.3.1