summaryrefslogtreecommitdiff
path: root/freebase/api
diff options
context:
space:
mode:
authornitromaster101 <nitromaster101@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2>2009-07-17 17:36:06 +0000
committernitromaster101 <nitromaster101@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2>2009-07-17 17:36:06 +0000
commit2e515d029f448a0093e7d050e6a97f41eec74d47 (patch)
tree534cbc18c29d496c6a4152ed8fe725fa959a5b44 /freebase/api
parent60478217643aa7b331c5890f61751491d8a3ebee (diff)
make the comments make sense
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@197 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
Diffstat (limited to 'freebase/api')
-rw-r--r--freebase/api/session.py2
1 files changed, 1 insertions, 1 deletions
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.