Skip to content

Commit

Permalink
Merge pull request #15 from Mbosco/master
Browse files Browse the repository at this point in the history
Exception message typo fix
  • Loading branch information
jmg committed Dec 3, 2013
2 parents be2bd3e + 1bc15fc commit 57ec998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfb/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def _get_table_name(self, query):
table = query[index:].strip().split(" ")[0]
return table
except Exception, e:
raise PyfbException("Invalid FQL Sintax")
raise PyfbException("Invalid FQL Syntax")

def execute_fql_query(self, query):
"""
Expand Down

0 comments on commit 57ec998

Please sign in to comment.